Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

text and int search #6

@vvval

Description

@vvval

If search supports text and int fields, any string is equal to 0 for int field.
Example:

entity1:{textField: someText1, intField: 0},
entity2:{textField: someText2,intField: 1}

Now, if you search for someText2 you will find entity2 with intField: 0 also

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions