Open fluffy-critter opened 1 year ago
Searching on an entry should default to including visible metadata in the query.
The default search only includes the entry body.
Probably a configuration in whoosh, or perhaps when the indexer runs it should concatenate all the fields for the main query domain.
whoosh
1. 2. 3. 4.
Expected Behavior
Searching on an entry should default to including visible metadata in the query.
Current Behavior
The default search only includes the entry body.
Possible Solution
Probably a configuration in
whoosh
, or perhaps when the indexer runs it should concatenate all the fields for the main query domain.Steps to Reproduce (for bugs)
1. 2. 3. 4.
Context