Full-text SearchΒΆ
RhodeCode provides a full text search capabilities to search inside file content, commit message, and file paths (This feature is only available in Enterprise edition). Indexing is not enabled by default and to use full text search building an index is a pre-requisite.
RhodeCode Enterprise provides support for ElasticSearch 8 as a backend to index repositories. See Enabling ElasticSearch for details.
Note
For comprehensive full-text search documentation including ElasticSearch setup, auth token generation, advanced mapping configuration, and deployment-specific instructions, see the Full-text Search Setup Guide.