Full-text search with Meteor.js and MongoDB

后端 未结 4 1105
[愿得一人]
[愿得一人] 2021-02-06 05:32

I am experimenting with Meteor.js and looking for a full-text search engine that can run on Meteor/MongoDB server. It seems that Meteor has not developed this feature.

I

4条回答
  •  清歌不尽
    2021-02-06 06:03

    You might want to have a look at:

    https://github.com/Crenshinibon/spomet

    It's a Meteor native package to provide full-text search. It has an easy to include search-box with autocompletion.

    You can read a tutorial about an extended example application here:

    http://shiggyenterprises.wordpress.com/2013/09/28/developing-a-full-text-search-enabled-meteor-app/

提交回复
热议问题