Skip to content
Snippets Groups Projects
Commit b5995efd authored by Markus Escher's avatar Markus Escher
Browse files

change Countries searchableFields

parent 166d8d58
No related branches found
No related tags found
No related merge requests found
......@@ -56,42 +56,52 @@
<entityField>
<name>ISO2</name>
<title>ISO 3166-1 alpha-2</title>
<searchable v="false" />
</entityField>
<entityField>
<name>ISO3</name>
<title>ISO 3166-1 alpha-3</title>
<searchable v="false" />
</entityField>
<entityField>
<name>ADDR_FORMAT</name>
<searchable v="false" />
</entityField>
<entityField>
<name>ZIP_REGEX</name>
<documentation>%aditoprj%/entity/Countries_Entity/entityfields/zip_regex/documentation.adoc</documentation>
<searchable v="false" />
</entityField>
<entityField>
<name>NAME</name>
<searchable v="true" />
</entityField>
<entityField>
<name>REQUIRED_FIELDS</name>
<documentation>%aditoprj%/entity/Countries_Entity/entityfields/required_fields/documentation.adoc</documentation>
<searchable v="false" />
</entityField>
<entityField>
<name>NAME_TRANSLATED</name>
<title>Latin Name</title>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/name_translated/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>FLAG</name>
<contentType>IMAGE</contentType>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/flag/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>FLAG_RAW</name>
<description>//todo: move flags to binaries (asys_binaries)</description>
<searchable v="false" />
</entityField>
<entityField>
<name>NAME_ORIGIN</name>
<title>Native Name</title>
<searchable v="false" />
</entityField>
</entityFields>
<recordContainers>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment