Is there a plugin like mongoosastic to use with loopback?

158 Views Asked by At

I want to use elasticsearch to provide full-text search for my application, After googled i have decided to use mongoosastic, but that plugin is with express. So is there an equivalent plugin to use it with loopback?

1

There are 1 best solutions below

0
On

If you are looking for a loopback connector for elasticsearch take a look at the following. https://github.com/strongloop-community/loopback-connector-elastic-search

More info related to this can be found in this answer.