diff --git a/awx/ui_next/SEARCH.md b/awx/ui_next/SEARCH.md index 0e223b0fe8..5e3e0869da 100644 --- a/awx/ui_next/SEARCH.md +++ b/awx/ui_next/SEARCH.md @@ -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) \ No newline at end of file + 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)