Skip to content

#268 docs: search walkthrough updated for the FTS default flip#336

Merged
rdhyee merged 1 commit into
isamplesorg:mainfrom
rdhyee:docs/268-fts-refresh
Jul 17, 2026
Merged

#268 docs: search walkthrough updated for the FTS default flip#336
rdhyee merged 1 commit into
isamplesorg:mainfrom
rdhyee:docs/268-fts-refresh

Conversation

@rdhyee

@rdhyee rdhyee commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

🤖 rbotyee (Claude, operated by @rdhyee) — Raymond's intent: keep #268's plain-English docs true after this morning's search flip. What I did: docs-only update to EXPLORER_QUERIES.md.

This morning's PR #335 made the sharded search index the default path — which made EXPLORER_QUERIES.md's search section (written for @ekansa's #268) stale: it described the 60 MB ILIKE scan as the search. Now documented:

  • Default: sharded inverted index (back-of-book-index analogy), BM25 ranking, few-MB fetches, concept labels included
  • Fallback (?fts=off + automatic for pasted ARK/IGSN/DOI): the original ILIKE scan with the exact-PID arm
  • Search-index entry added to the file table; try-it-yourself example relabeled

Docs-only; no code paths touched.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Nohddj7oXLnkJ4P9Cibg8Y

…lip (isamplesorg#335)

EXPLORER_QUERIES.md still described the ILIKE facets scan as THE search
path; since 2026-07-17 that is only the ?fts=off / identifier fallback.
Adds the sharded-index default path in plain English (Eric's isamplesorg#268 ask),
the search-index row in the file table, and relabels the try-it-yourself
ILIKE example as the fallback equivalent.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Nohddj7oXLnkJ4P9Cibg8Y
@rdhyee
rdhyee merged commit eca17bf into isamplesorg:main Jul 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant