mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 07:14:43 -03:30
utilize far instead of function for search type
This commit is contained in:
parent
9605d8049d
commit
ac530e1328
@ -120,7 +120,7 @@ class Search extends React.Component {
|
||||
|
||||
// TODO: this will probably become more sophisticated, where date
|
||||
// fields and string fields are passed to a formatter
|
||||
const actualSearchKey = isNonStringField(searchKey)
|
||||
const actualSearchKey = isNonStringField
|
||||
? searchKey
|
||||
: `${searchKey}__icontains`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user