summaryrefslogtreecommitdiff
path: root/content/textsearch.c
Commit message (Collapse)AuthorAgeFilesLines
* use content messages to inform frontend of text search changesVincent Sanders2020-05-131-230/+342
|
* make free text search content handler agnosticVincent Sanders2020-05-121-266/+79
|
* consolodate the textsearch code into a single moduleVincent Sanders2020-05-121-3/+100
|
* move free text search general interface to content.Vincent Sanders2020-05-101-0/+718
needs additional cleanup to call content through handler table to perform searches.