Level 6
Using the config() helper. You can set the driver to MySQL in a controller action before doing anything. Then, in another controller you can use your default Scout driver.
1 like
Hello all,
Is it possible to use for example, Algolia to search some models and another driver, lets say Mysql fulltext, to search another model? I can't find anything in the docs.
Thanks a lot
Using the config() helper. You can set the driver to MySQL in a controller action before doing anything. Then, in another controller you can use your default Scout driver.
Please or to participate in this conversation.