When searching for option paths like "services.nginx", use name-based LIKE matching instead of full-text search. This ensures the results are options that start with the query, not random options that mention the term somewhere in their description. - Path queries (containing dots): use LIKE for name prefix matching - Text queries (no dots): use FTS for full-text search on name+description Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 KiB
16 KiB