PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
40 stars 4 forks source link

Full-text search should include titles and tags by default #536

Open fluffy-critter opened 1 year ago

fluffy-critter commented 1 year ago

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