Skip to content

Customising the Search Platform

Matt Pearce edited this page Apr 30, 2020 · 1 revision

You have the option to supply your own SearchPlatform implementation if, for example, you're working with your own API layer in front of the search engine, or you are using a search engine that isn't currently supported. So long as you can convert the RRE query into a format your platform understands, and can return the result data as a QueryOrSearchResponse object, your search can be connected to RRE.

An example SearchPlatform implementation can be seen here.