...
Search keyword | Result | |
---|---|---|
New york | All assets match | |
"New york one" |
| Exact search |
"new york" NOT two |
| Must include "new york" but not two |
"new york" NOT t* |
| Must include "new york" but not a have word start with t |
not here not |
| Lowercase not searches for "not", it is not an exclude operation |
Exact term search
When you surround text search terms with double quotes (i.ie "pandas and monkeys"), only exact matching results will be displayed.
Search keyword | Matching attribute value | |
---|---|---|
"pandas and monkeys" | pandas and monkeys pandas and MONKEYS | Exactly must be the same. But not case sensitive |
pandas and monkeys | pandas monkeys pandas monkeys monkeys pandas | any tokenized word will match |
Partial term search
Add a plus (+) sign before the terms with double quotes: +"new york"
...