pantalaimon/tests
Damir Jelić 3a1b001244 index: Rewrite the search logic.
This patch moves all the indexing, event storing and searching into a
separate class.

The index and message store are now represented as a single class and
messages are indexed and stored atomically now which should minimize the
chance of store/index inconsistencies.

Messages are now loaded from the store as a single SQL query and the
context for the messages is as well loaded from the store instead of
fetched from the server.

The room state and start/end tokens for the context aren't currently
loaded.
2019-06-14 14:53:25 +02:00
..
conftest.py pantalaimon: Initial search support. 2019-06-06 14:25:14 +02:00
store_test.py index: Rewrite the search logic. 2019-06-14 14:53:25 +02:00