Custom Search Engine
If the available Search Engines does not fit your needs you can integrate your own custom search engine.
Writing the Engine
Your Search Engine should extend the MagnifyEngine
class and implement the following methods:
You can head to the natively supported Search Engines source code for more information about the implementation.
Registering the Engine
You can now add your CustomSearchEngine
to the config/magnify.ts
file: