Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement rank function for SQLite FTS | Erik Johnston | 2015-10-23 | 1 | -1/+2 |
* | Actually filter results | Erik Johnston | 2015-10-22 | 1 | -3/+5 |
* | LESS THAN | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
* | Use namedtuple as return value | Erik Johnston | 2015-10-22 | 1 | -3/+15 |
* | Limit max number of SQL vars | Erik Johnston | 2015-10-22 | 1 | -4/+6 |
* | Typing | Erik Johnston | 2015-10-16 | 1 | -2/+2 |
* | Explicitly check for Sqlite3Engine | Erik Johnston | 2015-10-16 | 1 | -2/+5 |
* | Add docstring | Erik Johnston | 2015-10-16 | 1 | -0/+11 |
* | Comment on the LIMIT 500 | Erik Johnston | 2015-10-16 | 1 | -0/+2 |
* | Add paranoia limit | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
* | Remove constraints in preperation of using filters | Erik Johnston | 2015-10-13 | 1 | -20/+10 |
* | Add SQLite support | Erik Johnston | 2015-10-13 | 1 | -5/+12 |
* | Filter events to only thsoe that the user is allowed to see | Erik Johnston | 2015-10-12 | 1 | -7/+7 |
* | Keep FTS indexes up to date. Only search through rooms currently joined | Erik Johnston | 2015-10-12 | 1 | -1/+6 |
* | Add basic full text search impl. | Erik Johnston | 2015-10-09 | 1 | -0/+75 |