Is there a mongoose like plugin to use a loop?

I want to use elasticsearch

full text search for my application. After googled I decided to use mongoosastic

but this plugin has express

. So, is there an equivalent plugin to use with loopback

?

+3


source to share


1 answer


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



More details on this can be found in this answer.

+1


source







All Articles