Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Search Integration #53

Closed
iammukeshm opened this issue Dec 24, 2021 · 2 comments
Closed

Improve Search Integration #53

iammukeshm opened this issue Dec 24, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@iammukeshm
Copy link
Member

Implement better search on CRUD pages to take advantage of Advanced Search via FSH API.

@iammukeshm iammukeshm added the enhancement New feature or request label Dec 24, 2021
@iammukeshm iammukeshm added this to the Release 1.0 milestone Dec 24, 2021
@iammukeshm iammukeshm self-assigned this Dec 24, 2021
@iammukeshm
Copy link
Member Author

@fretje this is already done, right?

@fretje
Copy link
Contributor

fretje commented Jan 24, 2022

Yes, ServerEntityTableContext constructor now also takes an enableAdvancedSearch boolean which you can set to true to automatically generate "advanced search on columns". It takes the columns from the EntityFields array (SortLabel) for that.

Advanced search filtering has to be implemented per type. An example has been implemented on the products view. Filtering on specific brand, or within specific min- and maxrates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants