Description
Is it possible to use the not equal filter on properties with word tokenization even if they don’t have alphanumeric characters? Unfortunately I have data like test.com/2
with word tokenization when it wasn’t intended.
For example, I’d want to query test.com/2
using a not equal filter like below:
Filter.by_property("my_property").not_equal("test.com/2")
Does any workaround exist like query against “test com 2” or update tokenization or search with a different tokenization? My main issue is adding a new field or replacing with the proper tokenization is a lengthy process in a production system.
Server Setup Information
- Weaviate Server Version: 1.24.0
- Deployment Method: Docker
- Multi Node? Number of Running Nodes: No.
- Client Language and Version: 4.6.5
- Multitenancy?: Yes