Conversation
Simplify endpoint index and tighten filter semantics
rian-dolphin
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve search_endpoints quality. The original goal was to add a structured market filter; along the way we also tightened the ranking mechanism, indexed more of the already-parsed doc data, and expanded the query-token alias table then
measured against a 358-query evaluation harness that covers both mainstream traffic and long-tail partner/economy/indices endpoints.
Net result vs master: +9 hit@1, +3 hit@3, +8 hit@7, -8 complete misses. No impactful regressions (15 minor rank shifts within the top 3, all between sibling endpoints).
Changes
preference is robust across corpus sizes and doesn't hide strong cross-market matches (e.g. "stock ratings" still returns Analyst Ratings under Partners).
aliases. Query-param names are intentionally excluded (dominated by generic filter operators like ticker/date/limit).
djia, dow). Dropped index from Indices keywords — it was misrouting queries like "consumer price index" and "SEC EDGAR index". Also cross-expanded aggregate(s) ↔ bars / ohlc so "aggregates" queries find Custom Bars titles.
Test plan