Damir Jelić
4c1f80faf7
chore: Release matrix-sdk version 0.14.0
2025-09-04 16:05:48 +02:00
Damir Jelić
824fc0b62e
chore: Add a changelog for the matrix-sdk-search crate
2025-09-04 16:05:48 +02:00
Shrey Patel
412d4b80ee
refactor(search): Move event processing out.
2025-09-03 15:05:23 +02:00
Shrey Patel
68f6d927f1
test(search): Add tests for edits in search index.
2025-09-02 12:25:53 +02:00
Shrey Patel
c3766789cc
feat(search): add edits to search index.
2025-09-02 12:25:53 +02:00
Shrey Patel
7c31525f68
test(search): Add tests for indexing redactions.
2025-09-02 12:25:53 +02:00
Shrey Patel
b2dd5ce02d
feat(search): add deletion from index
2025-09-02 12:25:53 +02:00
Damir Jelić
1e30916754
chore: Bump most of our deps
2025-09-01 16:33:10 +02:00
Shrey Patel
b2387bf3a9
test(search): Add tests for RoomIndex::contains and indexing idempotency
2025-08-26 13:25:49 +02:00
Shrey Patel
d43858ecb2
fix(search): Make indexing idempotent
2025-08-26 13:25:49 +02:00
dragonfly1033
385f1a824f
feat(multiverse): Add search feature to multiverse
2025-08-21 14:50:11 +01:00
dragonfly1033
13c30f6691
feat(sdk): Add creation of indexes and indexing of messages ( #5505 )
...
Integrate matrix-sdk-search into matrix-sdk.
When a room is joined, a corresponding index is created.
When a message is received via sync or via a back-pagination, it is
added to the corresponding room's index.
Signed-off-by: Shrey Patel shreyp@element.io
2025-08-18 14:52:09 +02:00
dragonfly1033
992774b8b5
Add the matrix-sdk-search crate
...
A new crate with a basic API for a creating, populating and searching a
room message index.
Signed-off-by: Shrey Patel shreyp@element.io
2025-08-07 16:01:41 +02:00