Hey guys! How’s it going? I have a quick question ...
# community-help
a
Hey guys! How’s it going? I have a quick question about curations (v30.0.rc3). I’ve set up this simple curation config:
Copy code
{
  "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:
Copy code
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?
g
Is there anywhere I can check what's coming for v30? 🙂
f
Are you using Typesense Cloud or are you self-hosting?
Is 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%3Av30
👀 1
a
We're using typesense cloud
f
Could you share your cluster's ID in private and also a curl request that recreates the behavior?
a
Sure, give me a moment