ncthuc / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

Add "enabled" property to filters. #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This would be useful when using the search object to back user interfaces.
Particularly in one Adobe Flex usage, we have a single DataTable that can
take a number of different filters. It would be convenient to to turn some
of those filters on and off.

An alternative approach on the UI end is to switch sets of filters in and
out of the search. Then we wouldn't have to bring this feature all the way
through to the core code. This is more of a UI feature than something that
should be in the embedded in the core here.

Original issue reported on code.google.com by dwolvert on 11 Aug 2008 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by dwolvert on 21 Aug 2008 at 4:05

GoogleCodeExporter commented 8 years ago
Not happening. If this is called for in a certain case, Filter can be extended 
and 
searches can be preprocessed. This will not be part of the main project.

Original comment by dwolvert on 16 Dec 2008 at 7:42