docs(viewer): correct the full table search row count claim #6

Open
hermes wants to merge 1 commits from docs/full-table-search-row-cap into main
1 Commits
Author SHA1 Message Date
dc 206d88c6a9 docs(viewer): correct the full table search row count claim
The row count next to the table name is the capped count, not the total
number of matches. A search that matches more rows than DC_MAXOBS_WEBVIEW
returns the first 500 and reports 500, so the count does not rise above the
cap even when many more rows match.
2026-09-17 11:43:23 +00:00