dc 85f200c724 docs(viewer): correct the character search example to match the code
The example claimed `smith` finds `Smithson`, which only holds for a case
insensitive match. The search is a case sensitive CONTAINS match - DC passes
the search value straight to %mp_searchdata, which uses the SAS `?` operator -
so `smith` finds `Goldsmith` (a lowercase substring) and not `Smithson`.
2026-09-16 23:42:37 +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%