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
?
Asked
Active
Viewed 148 times
3

jones
- 1,423
- 3
- 35
- 76
1 Answers
1
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.

Rajind Ruparathna
- 2,215
- 24
- 55