Alejandro Ríos
08/07/2025, 3:26 PM{
"excludes": [],
"filter_by": "promotions.status:active",
"filter_curated_hits": true,
"id": "buscador-promociones",
"includes": [],
"remove_matched_tokens": false,
"rule": {
"match": "exact",
"query": "promocion"
},
"sort_by": "price:asc",
"stop_processing": false
}
But when I search using this setup:
filter_by: "variants.inventory.stocked_quantity:>0"
page: 1
per_page: 10
q: "promocion"
query_by: "title,variants.title,variants.sku,categories.parent_category.name,categories.name,tags.value,brand.name"
sort_by: "title:asc"
I don’t get any results. However, if I manually apply the filter promotions.status:active
, I get 8 documents.
So… what am I doing wrong? Could it be a locale or stemming issue?Gauthier PLM
08/08/2025, 11:27 AMFanis Tharropoulos
08/11/2025, 9:10 AMFanis Tharropoulos
08/11/2025, 9:12 AMIs there anywhere I can check what's coming for v30?Here's our public Roadmap for
v30.0
changes:
https://github.com/orgs/typesense/projects/1/views/1?filterQuery=repo%3Atypesense%2Ftypesense+status%3Av30Alejandro Ríos
08/11/2025, 12:17 PMFanis Tharropoulos
08/11/2025, 12:22 PMAlejandro Ríos
08/11/2025, 12:25 PM