Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | move filter_events_for_client out of base handler | Mark Haines | 2016-05-11 | 1 | -8/+9 |
* | Run filter_events_for_client | David Baker | 2016-04-27 | 1 | -4/+4 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Include approximate count of search results | Erik Johnston | 2015-12-11 | 1 | -1/+7 |
* | Merge pull request #405 from matrix-org/erikj/search-ts | Erik Johnston | 2015-12-08 | 1 | -6/+4 |
|\ | |||||
| * | Change the result tict to be a list | Erik Johnston | 2015-12-01 | 1 | -6/+4 |
* | | Search: Don't disregard grouping info in pagination tokens | Erik Johnston | 2015-12-01 | 1 | -3/+12 |
|/ | |||||
* | Tidy up a bit | Erik Johnston | 2015-12-01 | 1 | -8/+9 |
* | Allow paginating search ordered by recents | Erik Johnston | 2015-11-30 | 1 | -68/+60 |
* | Return words to highlight in search results | Erik Johnston | 2015-11-27 | 1 | -3/+16 |
* | Add option to include the current room state | Erik Johnston | 2015-11-20 | 1 | -0/+24 |
* | Optionally include historic profile info | Erik Johnston | 2015-11-20 | 1 | -1/+30 |
* | Be explicit about what we're doing | Erik Johnston | 2015-11-05 | 1 | -1/+1 |
* | Remove redundant test | Erik Johnston | 2015-11-05 | 1 | -1/+0 |
* | Increment by one, not five | Erik Johnston | 2015-11-05 | 1 | -1/+1 |
* | COMMENTS | Erik Johnston | 2015-11-05 | 1 | -4/+26 |
* | Implement basic pagination for search results | Erik Johnston | 2015-11-05 | 1 | -13/+65 |
* | Implement order and group by | Erik Johnston | 2015-11-04 | 1 | -17/+109 |
* | Make search API honour limit set in filter | Erik Johnston | 2015-10-29 | 1 | -0/+3 |
* | Optionally return event contexts with search results | Erik Johnston | 2015-10-28 | 1 | -1/+52 |
* | Rename | Erik Johnston | 2015-10-22 | 1 | -3/+3 |
* | Use namedtuple as return value | Erik Johnston | 2015-10-22 | 1 | -1/+3 |
* | Filter room ids before hitting the database | Erik Johnston | 2015-10-21 | 1 | -1/+1 |
* | Filter search results | Erik Johnston | 2015-10-21 | 1 | -2/+7 |
* | Remove unused import | Erik Johnston | 2015-10-16 | 1 | -3/+1 |
* | Remove duplicate _filter_events_for_client | Erik Johnston | 2015-10-16 | 1 | -46/+0 |
* | docstring | Erik Johnston | 2015-10-16 | 1 | -0/+10 |
* | Make 'keys' optional | Erik Johnston | 2015-10-14 | 1 | -1/+3 |
* | More TODO markers | Erik Johnston | 2015-10-14 | 1 | -0/+3 |
* | Add TODO markers | Erik Johnston | 2015-10-14 | 1 | -1/+4 |
* | Remove constraints in preperation of using filters | Erik Johnston | 2015-10-13 | 1 | -51/+10 |
* | Search left rooms too | Erik Johnston | 2015-10-13 | 1 | -5/+2 |
* | Filter events to only thsoe that the user is allowed to see | Erik Johnston | 2015-10-12 | 1 | -6/+10 |
* | Remove unused room_id parameter | Erik Johnston | 2015-10-12 | 1 | -1/+49 |
* | PEP8 | Erik Johnston | 2015-10-12 | 1 | -2/+9 |
* | Keep FTS indexes up to date. Only search through rooms currently joined | Erik Johnston | 2015-10-12 | 1 | -9/+22 |
* | Add basic full text search impl. | Erik Johnston | 2015-10-09 | 1 | -0/+95 |