AliDatatableBundle icon indicating copy to clipboard operation
AliDatatableBundle copied to clipboard

Add filter by multiple searchable columns

Open zgoniaiko opened this issue 10 years ago • 7 comments

Add filter by multiple searchable columns

zgoniaiko avatar Sep 22 '15 14:09 zgoniaiko

@AliHichem it looks like connection issue. can you please re-run build.

zgoniaiko avatar Sep 22 '15 14:09 zgoniaiko

@AliHichem any chance to merge this pull?

zgoniaiko avatar Oct 01 '15 21:10 zgoniaiko

@zgoniaiko the idea of search is to have targeted search that's why the global search is disabled, if we show the global search aside to the target search that will bring confusions and the end user (non-developer user) won't know which search input to use. I like to idea to bring the global search back BUT only in a way where we can toggle it with the input search something like :

 setSearch(true, false)  => input search
 setSearch(true, true)   => global search

AliHichem avatar Oct 18 '15 22:10 AliHichem

@AliHichem we can configure global search now (disabled by default).

zgoniaiko avatar Oct 19 '15 09:10 zgoniaiko

@zgoniaiko by global search I mean a single input that will make a search on all the fields, the targeted search is the current per field search feature. In your work they work at the "same" time which is double search that is likely to be non-sense, plus the global input search is displayed at the same time with the per-field search which is still non-sense to me.

If we want to add a global search input it has to be switchable with the per-field search and manageable by a config variable (in the search method configurator ) like explained in my last reply.

AliHichem avatar Oct 20 '15 22:10 AliHichem

@AliHichem issue with search input should be fixed in 8291c27

zgoniaiko avatar Oct 27 '15 15:10 zgoniaiko

@AliHichem any chance to merge this PR?

zgoniaiko avatar Jan 04 '16 18:01 zgoniaiko