matrix-spec/specification/modules/search.rst

17 lines
373 B
ReStructuredText
Raw Normal View History

2015-10-14 17:13:43 +02:00
Server Side Search
==================
.. _module:search:
2015-10-14 18:20:00 +02:00
The search API allows clients to perform full text search across events in
their rooms without having to download the entire histories.
2015-10-14 17:13:43 +02:00
Client behaviour
----------------
{{search_http_api}}
Security considerations
-----------------------
The server must only return results that the user has permission to see.
2015-10-14 17:26:14 +02:00