Skip to content

Commit 250102c

Browse files
committed
coderabbit fixes
1 parent 4014cb4 commit 250102c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

self-hosting/govern/advanced-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ When you search, queries bypass this synchronization process entirely. The Plane
276276

277277
Plane creates nine separate indices in OpenSearch, one for each searchable entity type. This separation might seem redundant - why not put everything in one index?
278278

279-
The answer lies in how different entities need different search behaviors. Work items benefit from full text search. Projects need filtering by status, member count, and dates. Pages require full-text analysis of long-form content. Comments need to be searchable but also tied to their parent work item.
279+
The answer lies in how different entities need different search behaviors. Work items use fuzzy matching and field prioritization (title matches rank higher than description matches). Projects emphasize metadata filtering—status, member counts, and timelines. Pages analyze long-form content structure.
280280

281281
Each index is optimized for its content type:
282282

0 commit comments

Comments
 (0)