We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63bbf3 commit 50925ecCopy full SHA for 50925ec
1 file changed
kahuna/public/js/components/gr-cql-input/gr-cql-input.ts
@@ -86,7 +86,7 @@ grCqlInput.directive<
86
onChange: "&",
87
value: "="
88
},
89
- template: `<cql-input value="{{fromGridQuery(value)}}"></cql-input>`,
+ template: `<cql-input value="{{fromGridQuery(value)}}" placeholder="Search for images… (type + for advanced search)"></cql-input>`,
90
link: function (scope, element) {
91
const cqlInput = element.find("cql-input")[0];
92
scope.fromGridQuery = gridQueryToCqlQuery;
0 commit comments