1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Update SEARCH.md

This commit is contained in:
John Mitchell 2019-08-01 12:13:34 -04:00 committed by John Mitchell
parent 0276a37e8d
commit 2e777368bf

View File

@ -35,6 +35,7 @@
- make default params only accept page, page_size and order_by
- support custom order_by being typed in the url bar
- fix up which keys are displayed in the various lists (note this will also require non-string widgetry to the right of the search key dropdown, for integers, dates, etc.)
- fix any spacing issues like collision with action buttons and overall width of the search bar
## Lists affected in 3.6 timeframe
@ -250,4 +251,4 @@ Smart search will be able to craft the tag through various states. Note that th
- isnull: Check whether the given field or related object is null; expects a boolean value.
- in: Check whether the given field's value is present in the list provided; expects a list of items.
PHASE 5: The value. Based on options, we can give hints or validation based on type of value (like number fields don't accept "foo" or whatever)
PHASE 5: The value. Based on options, we can give hints or validation based on type of value (like number fields don't accept "foo" or whatever)