Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QueryDescription
Country:FranceSearch documents that have a facet named Country with a value France
Country:"United Kingdom"Search documents that have a facet named Country with a value United Kingdom
"Mixed Sentiment":YesSearch document that have a facet named Mixed Sentiment with a value Yes

 

Sorting

Use sort:date|relevance[:asc|desc] to sort the result. Default sorting is sort:date:desc. The You can use the following query syntax to sort the result:

sort:<field_name>[:<order>]

Where <field_name> is either 'date' (default) or 'relevance' or any item field name you want to sort by and <order> is either 'asc' for ascending or 'desc' for descending. The order suffix is optional, default order is descending.

Additionally you can add a second (or third etc) sorting criteria by adding

[;<2nd_sort_field[:<2nd_order]]

to the query syntax.