Skip to content

Search for all fields instead of a single field #790

@prabhatsharma

Description

@prabhatsharma

Currently when searching we need to provide the fields we explicitly need to search for. e.g.

{ "query": { "term": { "lyrics": "cool" } }, "limit": 10 }

Is it possible to specify a query that can search on all the fields? Am I thinking about it in right way? I have been able to do so in elasticsearch. Also looking at tantivy wikipedia example it seems we should be able to do it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions