project-lux / lux-marklogic

Code, issues, and resources related to LUX MarkLogic
Other
3 stars 2 forks source link

Provide auto complete support for place name and place type (from 536) #7

Open gigamorph opened 4 months ago

gigamorph commented 4 months ago

Per https://docs.google.com/spreadsheets/d/1XtCWPS2yB6Aogx9Kyc8wpFJbea4jclX53x9oHV4tZb0/edit#gid=0, the name and type fields in place's advanced search form are to support auto-complete. We missed this when #55 was implemented (in support of the other five advanced search forms).

Looking at today's search tag configuration and inline with #55's implementation, this ticket would have us:

  1. Set placeIdentifier's autoCompleteNameIndex column value to placePrimaryName.
  2. Set placeTypeId's autoCompleteNameIndex column value to conceptPrimaryName.

Before doing so, please ensure you are inline with #526's plans for auto complete.

Lastly, once the above is done, #533's implementation should enable auto complete support for the associated place facets.