-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(apis_entities): add a default search field to the entity filtersets
This default search uses `generic.helpers.generate_search_filter` to either search through all the Char and Textfields or through the fields the model has defined in `_default_search_fields`. It uses the same logic to list the searched fields in the help text of the searchfield.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters