summary refs log tree commit diff
path: root/synapse/handlers/search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make search API honour limit set in filterErik Johnston2015-10-291-0/+3
* Optionally return event contexts with search resultsErik Johnston2015-10-281-1/+52
* RenameErik Johnston2015-10-221-3/+3
* Use namedtuple as return valueErik Johnston2015-10-221-1/+3
* Filter room ids before hitting the databaseErik Johnston2015-10-211-1/+1
* Filter search resultsErik Johnston2015-10-211-2/+7
* Remove unused importErik Johnston2015-10-161-3/+1
* Remove duplicate _filter_events_for_clientErik Johnston2015-10-161-46/+0
* docstringErik Johnston2015-10-161-0/+10
* Make 'keys' optionalErik Johnston2015-10-141-1/+3
* More TODO markersErik Johnston2015-10-141-0/+3
* Add TODO markersErik Johnston2015-10-141-1/+4
* 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