I'm not getting the result "bicycle" when searchin...
# community-help
a
I'm not getting the result "bicycle" when searching for "cycle" in Typesense. My query is:
Copy code
{
  "q": "cycle",
  "page": "1",
  "per_page": "20",
  "query_by": "title,category,brands,description"
}