fix(search): readme typos and mention the lack of scalability

This commit is contained in:
fschade
2025-09-18 09:42:21 +02:00
parent b0d484be86
commit e3e778b866

View File

@@ -1,11 +1,14 @@
# Search
The search service is responsible for metadata and content extraction,
the retrieved date is indexed and made searchable.
the retrieved data is indexed and made searchable.
The search service runs out of the box with the shipped default `basic` configuration.
No further configuration is needed.
Note that as of now, the search service cannot be scaled.
Consider using dedicated hardware for this service in case more resources are needed.
## Search backends
To store and query the indexed data, a search backend is needed.