Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Conversation

keegangeorge
Copy link
Member

@keegangeorge keegangeorge commented Nov 22, 2023

This PR fixes an issue where AI semantic search will return a 500 error when only filters are passed and no search term is present. We resolve this by explicitly checking for the presence of a search term and ensuring it is the minimum required length, otherwise we return an empty list.

Before

Screenshot 2023-11-22 at 10 55 11

After

Screenshot 2023-11-22 at 10 52 11

@keegangeorge keegangeorge merged commit 787cd1b into main Nov 22, 2023
@keegangeorge keegangeorge deleted the fix-search-term branch November 22, 2023 19:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants