philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Question: Filtering? #80

Closed marcelloh closed 7 years ago

marcelloh commented 7 years ago

Now it's possible to filter on predefined fields. Could it be possible that there are fielders per field, like on top of 'Name' you have a filter that only search into the name-column, and on top of 'Age' you have a filter that will only look into the age-column?

philiplb commented 7 years ago

I think this is already possible with the filter feature? http://philiplb.github.io/CRUDlex/docs/html/0.11.0/manual/extendedfeatures.html#filters

Feel free to reopen the issue if you have any more questions or feedback. :)