Files
element-web/src
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-09-27 21:32:32 -05:00
2019-10-08 15:43:57 +01:00
2019-10-09 11:30:44 +01:00
2019-09-30 16:00:58 +01:00
2019-09-11 16:55:45 +01:00
2019-08-15 15:05:25 +01:00
2019-07-23 11:43:44 +02:00
2019-08-22 18:34:26 +01:00
2019-09-30 21:03:16 -06:00
2019-09-18 09:27:43 +01:00
2019-09-18 09:27:43 +01:00
2019-09-18 09:27:43 +01:00
2019-08-23 09:16:44 -06:00
2019-08-22 14:07:31 +01:00
2019-07-17 16:56:15 +01:00
2019-10-01 20:58:40 +01:00
2019-09-10 11:16:45 -06:00
2019-10-02 11:06:31 +02:00
2019-09-18 09:27:43 +01:00
2019-09-18 09:27:43 +01:00