You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some trouble figuring out how to use one index/collection and two presets. Multiple indices work great, and collectionSpecificSearchParameters is really handy for config override per collection, but I can't figure out how to map indexId to use different presets per Index widget.
Is this even possible?
Thanks for any help in advance 🤞
additionalSearchParameters: {
preset,
facet_by,
},
collectionSpecificSearchParameters: {
// This works
[index]: {
preset: 'Some preset',
},
// This doesn't, but is there a way to connect `indexId` with specific preset?
"id-1": {
preset: 'Preset for 1',
},
"id-2": {
preset: 'Preset for 2',
},
},
Description
Hi 👋
I'm having some trouble figuring out how to use one index/collection and two presets. Multiple indices work great, and
collectionSpecificSearchParameters
is really handy for config override per collection, but I can't figure out how to mapindexId
to use different presets perIndex
widget.Is this even possible?
Thanks for any help in advance 🤞
Metadata
Typesense Version:
The text was updated successfully, but these errors were encountered: