Versions Compared

Key

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

...

To make use of this feature, the documents need to be uploaded using the the DocumentUploader class from the Squirro Python SDK.

Additional sources in the Add Data screen & Preview

...

Based on a search match (such as for example based on a Smart Filter query), items can be tagged with additional keywords. This way Smart Filter results can be visualized in dashboards. This feature can only be activated through the API at the moment, but will be exposed in the UI with the next version. See the knowledge base entry Tag items using the Search Tagging enrichment for information on how to use this.

...

The proximity operator allows searching for multiple words with a bit of fyzzyness. For example example "squirro Squirro context"~3 will return all results where both "squirroSquirro" and "context" are mentioned within 3 words of each-other. See also the query syntax Query Syntax documentation.

Remote-controlled embedded dashboards

...

  1. Select the dashboard you want to embed and get the embedding code using the "Embed iFrame" or "Share Dashboard" action.
  2. In the resulting URL (e.g. http://next.squirro.com/app/dashboard/12345/default?token=abc) add a new query variable variable query, resulting in http://next.squirro.com/app/dashboard/12345/default?token=abc&query=MY_QUERY.
  3. This can now be embedded in your target system, taking into account that the query value (MY_QUERY above) should be changed dynamically.

...