mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Fix search example.
This commit is contained in:
parent
a6f5686ef4
commit
6855e3420f
@ -41,7 +41,7 @@ class DjangoSearchModel {
|
||||
stringFound = true;
|
||||
}
|
||||
if(!dateTimeFound && value.type === 'datetime') {
|
||||
this.searchExamples.push(key + ":>=\"2000-01-01T00:00:00Z\"");
|
||||
this.searchExamples.push(key + ":>=2000-01-01T00:00:00Z");
|
||||
this.searchExamples.push(key + ":<2000-01-01");
|
||||
dateTimeFound = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user