Skip to content

Full-text search with multiple words #281

@PalmerAL

Description

@PalmerAL

In the fullTextSearch.js example, searching is done using this query:

 db.emails.where("messageWords").startsWithIgnoreCase("v").distinct().toArray(function (a) {

However, it is only possible to search for one word in messageWords with this query. Is there a way to use this for multi-word search queries? I'm trying to search very large documents, so Collection.filter is not fast enough.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions