-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: consistently lower case the query in at search level
At the moment, because the query is lower-cased in `def search`, there is no way to reimplement and of the `match_` methods with case sensitive search. The query is already being lower-cased in `match_app` and `match_model`. Added lower-casing to `filter_field` and removed it from `search`. This will amke the plugin more flexible.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 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
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