element-hq / element-hq/synapse
Searching across all rooms is broken.
Open
A-Message-Search
A-Search
O-Occasional
S-Minor
T-Defect
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 46
Description
This issue has been migrated from [#3077](https://github.com/matrix-org/synapse/issues/3077).
---
`sierra:~ matthew$ curl 'https://matrix.org/_matrix/client/r0/search?' ... --data-binary '{"search_categories":{"room_events":{"search_term":"attestation","filter":{},"order_by":"recent","event_context":{"before_limit":1,"after_limit":1,"include_profile":true}}}}'`
->
`{"search_categories": {"room_events": {"count": 201, "highlights": [], "results": []}}}`
So I get a count of 201 results but an empty results array :|
Contributor guide
Assessment
This issue has not been assessed yet.