summary refs log tree commit diff
path: root/synapse/storage/search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a background task to update databases to use the full text searchMark Haines2015-11-101-4/+4
* Run the background updates when starting synapse.Mark Haines2015-11-101-3/+8
* Add background update task for reindexing event searchMark Haines2015-11-091-2/+96
* Error handlingErik Johnston2015-11-051-1/+8
* Implement basic pagination for search resultsErik Johnston2015-11-051-36/+19
* Implement order and group byErik Johnston2015-11-041-0/+96
* Implement rank function for SQLite FTSErik Johnston2015-10-231-1/+2
* Actually filter resultsErik Johnston2015-10-221-3/+5
* LESS THANErik Johnston2015-10-221-1/+2
* Use namedtuple as return valueErik Johnston2015-10-221-3/+15
* Limit max number of SQL varsErik Johnston2015-10-221-4/+6
* TypingErik Johnston2015-10-161-2/+2
* Explicitly check for Sqlite3EngineErik Johnston2015-10-161-2/+5
* Add docstringErik Johnston2015-10-161-0/+11
* Comment on the LIMIT 500Erik Johnston2015-10-161-0/+2
* Add paranoia limitErik Johnston2015-10-131-1/+1
* Remove constraints in preperation of using filtersErik Johnston2015-10-131-20/+10
* Add SQLite supportErik Johnston2015-10-131-5/+12
* Filter events to only thsoe that the user is allowed to seeErik Johnston2015-10-121-7/+7
* Keep FTS indexes up to date. Only search through rooms currently joinedErik Johnston2015-10-121-1/+6
* Add basic full text search impl.Erik Johnston2015-10-091-0/+75