feat(meilisearch): simplified mapping definition

This commit is contained in:
João Paulo Dubas 2024-08-10 12:39:22 +00:00
parent 1b0f9a338a
commit 61e9ae73bd
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -0,0 +1,30 @@
{
"displayedAttributes": [
"country",
"state",
"city",
"neighborhood",
"road",
"house_number",
"house",
"unit",
"postal_code"
],
"filterableAttributes": [
"country",
"state",
"city",
"neighborhood",
"road",
"house_number",
"house",
"unit",
"postal_code"
],
"searchableAttributes": [
"house_number",
"house",
"unit",
"postal_code"
],
}