This search function is designed to make a specified data query in any data table.
By selecting a “theme” (e.g. agriculture) you get a list of all matching data tables available. By selecting a table you can make a specified query.
= |
equals the specified keyword exactly |
<= |
smaller or equal than the number specified (for dates/numbers) |
< |
smaller than the specified number |
> |
greater than the specified number |
>= |
greater than or equal to the specified keyword |
<> |
The document will not contain the specified keyword |
LIKE |
enter a word or a fragment of a word (e.g. strat), the search gives back all documents containing the search criteria in any form (strategy, strategic, etc.) |