Hello eveyone, I've got a silly question :grimacing:: Can a searchable_attributes be an array of strings?
Last active 5 months ago
3 replies
23 views
- PI
Hello eveyone, I've got a silly question :grimacing::
Can a searchable_attributes be an array of strings? - OL
Hello Pierre. The
searchableAttributes
can contain an array of strings. See an example in the . If you have an attribute that contains an object you can use the dot notation in this manner:
"searchableAttributes": ["release_date.year"]
- PI
thank you Olu :pray:
Last active 5 months ago
3 replies
23 views