Make individual terms in process properties searchable #5685
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The long term concept for improving metadata search in Kitodo production is to use the metadata of a process (which seems to be already indexed) to search for a process by its metadata.
see: #3512
Right now the properties can be used for searching, but the current configuration of the search requires that the search query to exactly match the content of a property because it targets the
keyword
subfield of the property. It is therefor not possible to search e.g. for only a part of a title. There is also no normalization applied, so that the query must match exactly what's in the field. This makes the search not really useful in my opinion.In order to give a little better search experience i propose to enable searching also for parts of a property, e.g. parts of a title, by removing the "keyword"-setting.