hi typesense team i have a question about the pres...
# community-help
a
hi typesense team i have a question about the preset so i have a preset like this { "collection": "Outlet_Collection", "exclude_fields": "embedding", "filter_by": "place_location:(6.887273148406498,79.88366548465744,10 km)", "q": "*", "sort_by": "place_ratingdesc,popularitydesc" } but i want add query on top of this is it possible
h
Hi @Ahamed Asif do you mean overriding the
"q": "*"
of your preset? If so then yes, that is possible, you can check the docs for preset here
Explicit query parameters passed to the search end-point will override parameters stored in preset value.