mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 08:13:36 -05:00
Merge pull request #54 from wenottingham/time-example
Fix search example.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user