mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Update SEARCH.md
This commit is contained in:
committed by
John Mitchell
parent
2e777368bf
commit
c0dcba91f5
@@ -21,15 +21,12 @@
|
|||||||
- DONE make filter and list header tests
|
- DONE make filter and list header tests
|
||||||
- DONE change api paramsSerializer to handle duplicate key stuff
|
- DONE change api paramsSerializer to handle duplicate key stuff
|
||||||
- DONE update qs update function to be smaller, simple param functions, as opposed to one big one with a lot of params
|
- DONE update qs update function to be smaller, simple param functions, as opposed to one big one with a lot of params
|
||||||
|
- DONE add search filter removal test for qs.
|
||||||
## TODO for this PR
|
- DONE remove button for search tags of duplicate keys are broken, fix that
|
||||||
|
|
||||||
- add search filter removal test for qs.
|
|
||||||
- bug: remove button for search tags of duplicate keys are broken, fix that
|
|
||||||
|
|
||||||
## TODO later on in 3.6: stuff to be finished for search iteration 1 (I'll card up an issue to tackle this. I plan on doing this after I finished the awx project branch work)
|
## TODO later on in 3.6: stuff to be finished for search iteration 1 (I'll card up an issue to tackle this. I plan on doing this after I finished the awx project branch work)
|
||||||
|
|
||||||
- currently handleSearch in Search.jsx always appends the __icontains post-fix to make the filtering ux expected work right. Once we start adding number-based params we will won't to change this behavior.
|
- currently handleSearch in Search.jsx always appends the `__icontains` post-fix to make the filtering ux expected work right. Once we start adding number-based params we will won't to change this behavior.
|
||||||
- utilize new defaultSearchKey prop instead of relying on sort key
|
- utilize new defaultSearchKey prop instead of relying on sort key
|
||||||
- make access have username as the default key?
|
- make access have username as the default key?
|
||||||
- make default params only accept page, page_size and order_by
|
- make default params only accept page, page_size and order_by
|
||||||
|
|||||||
Reference in New Issue
Block a user