summary refs log tree commit diff
path: root/synapse/handlers/search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove constraints in preperation of using filtersErik Johnston2015-10-131-51/+10
* Search left rooms tooErik Johnston2015-10-131-5/+2
* Filter events to only thsoe that the user is allowed to seeErik Johnston2015-10-121-6/+10
* Remove unused room_id parameterErik Johnston2015-10-121-1/+49
* PEP8Erik Johnston2015-10-121-2/+9
* Keep FTS indexes up to date. Only search through rooms currently joinedErik Johnston2015-10-121-9/+22
* Add basic full text search impl.Erik Johnston2015-10-091-0/+95