Skip to content

FF: IndexHandler - option to index all words from the field value #584

@oyeaussie

Description

@oyeaussie

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.

Metadata

Metadata

Assignees

Labels

P3I will get to this in a week or a month, bribe me to prioritiseenhancementNew feature

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions