You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use full URLs throughout the indexing and search system
All documents are now indexed and looked up by full URL rather than
route paths. This provides a consistent interface regardless of the
search provider:
- FlexSearchIndexer keys docs by full URL (e.g., https://example.com/docs/intro)
- FlexSearch index uses full URLs as document IDs
- docs_fetch tool accepts only URL parameter (not route)
- Search results return routes but lookups use URLs
This simplifies integration with external search providers like Glean
that work with URLs natively.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments