Hello all I implement Meilisearch in laravel 9 and i have lots of fields in my index but i want to search with only specific fields like we have name, address, city codepostal country and i want to search with only city and codepostal any one can tell me how can i do this thanks
Last active 6 months ago
3 replies
18 views
- RA
Hello all
I implement Meilisearch in laravel 9 and i have lots of fields in my index but i want to search with only specific fields like we have
name, address, city codepostal country and i want to search with only city and codepostal
any one can tell me how can i do this
thanks - OL
Hi Rahul. You can change Meilisearch default settings by updating the
searchableAttributes
list with only the attributes you'll like to search. See the for more info. Thank you. - RA
Thank you :slightlysmilingface:
Last active 6 months ago
3 replies
18 views