Files
blap/src/components/structures
Damir Jelić 3f53691834 RoomView: Use platform specific search if our platform supports it.
This patch extends our search to include our platform specific event
index.

There are 3 search scenarios and are handled differently when platform
support for indexing is present:

    - Search a single non-encrypted room: Use the server-side search
        like before.
    - Search a single encrypted room: Search using our platform specific
        event index.
    - Search across all rooms: Search encrypted rooms using our local
        event index. Search non-encrypted rooms using the classic
        server-side search. Combine the results.

The combined search will result in having twice the amount of search
results since comparing the scores fairly wasn't deemed sensible.
2019-10-11 16:55:01 +02:00
..
2019-06-10 15:27:59 +01:00
2019-10-03 09:35:39 +01:00
2019-10-08 15:43:57 +01:00
2019-10-09 12:51:08 +02:00
2019-10-03 09:35:39 +01:00
2019-09-15 21:30:01 +01:00
2019-10-03 09:35:39 +01:00
2019-09-26 14:58:40 +01:00
2019-10-08 12:10:37 +01:00
2019-09-26 14:52:20 +01:00