Simple search
Returns matches containing the exact search term, and any matches containing terms which stem from the search term.
Examples
-
walking: returns any results matching "walking", but also "walk".
-
gsp +2022: returns any results matching "gsp", filtered by those which also contain "2022".
-
power -wind: returns any results matching "power", filtered by those which do not contain "wind".
Advanced search
Allows you to wildcard and fuzzy match, among other criteria. Requires specification of the dataset field to search on. The field name text can be used as a catch-all to refer to all text fields of a dataset.
Examples
-
title:gsp: returns any results whose titles contain the exact word "gsp".
-
text:dist*: returns any results whose text content contains words starting with "dist", like "distributor" or "distribution".
-
text:power~: returns any results whose text content contains the word "power", or similar words like "flower" or "tower".
For more help, see search in detail