#46
Optimize search functions to filter on important fields
Status: closedSummary
Optimize all search functions to filter on important fields. Currently, searching for posts by a user returns no results when it should. Do not implement full-text search or embeddings; keep it simple with existing infrastructure.
Steps to Reproduce
- Navigate to the search feature.
- Search for posts by a specific user.
- Observe that no results are returned, even though matching posts exist.
Expected Behaviour
Search functions should correctly filter on important fields (e.g., user, content) and return relevant results.
Actual Behaviour
Search returns no results for queries that should match existing data.
Environment
Not provided.
Reported by retoor via DevPlace.
Updates & comments
No updates yet.
Log in to comment.