aviyelverse / Open-Source-Requests

A curation of paid and unpaid requests for the community to work on.
18 stars 4 forks source link

Unable to use negation filter to integer field #49

Open ghost opened 2 years ago

ghost commented 2 years ago

Description Can not use negation filter to numeric field.

Steps to reproduce Use status:!=1 on numeric field (type: int32 or int64).

Expected Behavior Return results that field value not 1.

Actual Behavior status:!=1 error: Error with filter field status: Numerical field has an invalid comparator.

status:<>1 error: Error with filter field status: Not an int32.

Metadata Typsense Version: 0.22.2

OS: Ubuntu 20.04