InvenTree/InvenTree/users
Oliver d6715d94c1
Enable regex search (#4566)
* Adds custom search filter to allow 'regex' searching of results

* Specify if "shell" can access database for certain commands

* Bug fix for settings API

- Do not allow cache on detail endpoints
- Was causing strange error conditions with missing or duplicate PK values

* Adds user setting to control regex search

* Enable regex for search queries

- bootstrap tables
- search preview

* Pass search options through bettererer

* Refactor API endpoints to use new filter approach

* Bump API version

* Add "whole word" search

- Closes https://github.com/inventree/InvenTree/issues/4510

* Handle case where existing fields are empty

* pop > get
2023-04-04 07:05:55 +10:00
..
fixtures Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
migrations [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
api.py Enable regex search (#4566) 2023-04-04 07:05:55 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py Group API (#4327) 2023-02-11 07:09:59 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py [Feature] Stocktake reports (#4345) 2023-02-17 11:42:48 +11:00