Versions Compared

Key

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


Excerpt

Salesforce federated search is a simple integration of an existing Squirro project into the default search of Salesforce. No installation of a Salesforce App is required.

Setup

1. Enable the Opensearch API in Squirro

...

bordertrue

...

width50%

...

Add a configuration section to /etc/squirro/frontend.ini with the following content:
Code Block
languagetext
[opensearch_api]
# Whitelist all project ids that expose the opensearch API.
# Only configure projects here that contain public data as of today we have no
# authentication in place.
# Multiple projects can be separated by comma.
project_ids = abc...

# use a read-only api token for a non-admin user.
token = abc...

#query cache time in seconds
query_cache_ttl = 60

...

width50%

Image Removed

Image Removed

2. Configure Federated Search within Salesforce

...

This page can now be found at Salesforce Federated Search Installation on the Squirro Docs site.