Hello everyone,
I am working with Lists & Vocabularies in CollectiveAccess (Providence) and reviewing the search indexing configuration.
According to the following file:
app/conf/search_indexing.conf
around line 249
https://github.com/collectiveaccess/providence/blob/eb4e222f0501031884246ee8754ead1bab2c381d/app/conf/search_indexing.conf#L249
Search seems to be performed mainly against:
ca_list_items
My question is:
Is it possible to extend or configure the search so that it also takes into account the <name> field from ca_list_labels, in addition to the current search on ca_list_items?
The goal is that when searching in Manage → Lists & Vocabularies, the results include matches on:
the label (ca_list_labels.name)
and not only on values associated with the list item (ca_list_items)
I have reviewed the indexing configuration, but I did not find a clear way to explicitly include ca_list_labels.name in the search index for lists.
Is this achievable through configuration (search_indexing.conf), or would it require a code-level customization or plugin?
Any guidance or examples would be greatly appreciated.
Thank you!