feat(meilisearch): simplified mapping definition
This commit is contained in:
30
config/meili/mapping/addressex.json
Normal file
30
config/meili/mapping/addressex.json
Normal 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"
|
||||||
|
],
|
||||||
|
}
|
Reference in New Issue
Block a user