-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
P3I will get to this in a week or a month, bribe me to prioritiseI will get to this in a week or a month, bribe me to prioritiseenhancementNew featureNew feature
Milestone
Description
Currently the IndexHandler will index using configuration option (min_index_chars) which takes letters from starting of the field.
Example: If we want to index this field with value "Change Baz references to SP framework reference", as per current index handler, it will only index "CHA" if the min_index_chars are set to 3.
If, we want to search "framework" it will not yield any indexed information and make FF search through all files.
We should have the configuration option to index the file as per all words from the field. So, if we either search with "REF" or "FRA", the result should show the entry.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3I will get to this in a week or a month, bribe me to prioritiseI will get to this in a week or a month, bribe me to prioritiseenhancementNew featureNew feature