dc 99b2a7454e docs(viewer): state the row count rule for the unsearched view too
Follow-up to the previous commit on this branch, both wording fixes.

- The sentence this branch deleted was the page's only description of the row
  count when no search is active - and that is the case where the count really
  can exceed the rows displayed (viewdata reports count(*) for the filtered
  view while the grid stops at DC_MAXOBS_WEBVIEW). State it, instead of leaving
  the page silent on the path readers use most.
- "returns the first 500" claims an ordering the search does not apply: the
  search is a WHERE clause with no ORDER BY, so which 500 come back is whatever
  the engine hands over first. Say "returns 500 of them".

Checked against viewdata.sas and mp_searchdata.sas on main: the search path
passes outobs=DC_MAXOBS_WEBVIEW to mp_searchdata, which caps the result dataset
in the same data step that builds it, and viewdata takes its row count from that
dataset - so for a search the count and the rows are capped together.
2026-09-22 16:34:14 +00:00
2025-10-01 12:34:20 +01:00
2021-04-30 15:49:04 +03:00
2021-03-20 14:56:16 +01:00
2023-06-30 16:41:08 +01:00
2022-07-15 14:26:54 +01:00
2022-10-14 22:40:27 +01:00
2026-08-10 17:11:53 +01:00
2021-05-12 23:22:35 +03:00
2026-08-10 17:11:53 +01:00
2026-08-10 17:11:53 +01:00
2022-04-21 12:34:29 +00:00
2022-01-17 22:13:36 +01:00
2023-06-30 16:43:12 +01:00
2021-01-05 18:48:13 +00:00

Deploy steps in build.sh

Note that the readme has been renamed to README.txt to prevent github pages from considering it to be the index by default!
S
Description
Data Controller documentation site
https://docs.datacontroller.io
Readme
89 MiB
Languages
HTML 99.4%
Shell 0.6%