You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a new query syntax using the : symbol, which lets a user specify a specific field to search on in the form query-name:query-term.
The query-term should be able to be any query item. Examples of things that should work: field-name:foo, field-name:"foo bar", field-name:baz^, field-name:(foo bar)~, field-name:foo AND field-name:bar.
The text was updated successfully, but these errors were encountered:
There should be a new query syntax using the
:
symbol, which lets a user specify a specific field to search on in the formquery-name:query-term
.The query-term should be able to be any query item. Examples of things that should work:
field-name:foo
,field-name:"foo bar"
,field-name:baz^
,field-name:(foo bar)~
,field-name:foo AND field-name:bar
.The text was updated successfully, but these errors were encountered: