Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3590

Getting “nested query: nested clause at pos 1: invalid search term, only stopwords provided. Stopwords can be configured in class.invertedIndexConfig.stopwords” when conditional filter has an input of single or double quotes

$
0
0

Yeah long time no post indeed! :smiley:

Anyways, yes looks like it gonna work but what if you try to search single or double quotes? (Not a python dev so not sure how you will search for a single quote in below code)

for o in collection.query.fetch_objects(
    filters=wvc.query.Filter.by_property("skills").contains_any([" \' "])
).objects:
    print(o.properties)

Viewing all articles
Browse latest Browse all 3590

Trending Articles