summaryrefslogtreecommitdiff
path: root/content/textsearch.h
Commit message (Collapse)AuthorAgeFilesLines
* improve desktop text search header usageVincent Sanders2020-06-241-0/+19
| | | | | | | | | remove unecessary inclusion of desktop search header in content header which has knock on effect of not having ctype or string system headers dragged in unecessarily. Futher this highlighted use of ctype API where internal ascii processing ought to be used.
* make free text search content handler agnosticVincent Sanders2020-05-121-1/+26
|
* consolodate the textsearch code into a single moduleVincent Sanders2020-05-121-23/+0
|
* move free text search general interface to content.Vincent Sanders2020-05-101-0/+80
needs additional cleanup to call content through handler table to perform searches.