Skip to content

[Bug] the search function is broken again! 🀬 Can't find anything with just two characters. Gotta be three or more. πŸ™„Β #3996

@sfz009900

Description

@sfz009900

What happened?

no work:
where_document = {"$contains": "怎本"}
results = collection.get(
limit =10,
where_document=where_document
)
it work:
where_document = {"$contains": "θ…°ζ€Žζœ¬"}
results = collection.get(
limit =10,
where_document=where_document
)

Versions

chromadb=0.6.3,Python 3.10.5,windows10

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions