85f200c7244fa58c6eb2b3c3c630e02db6887239
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`.
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!
Languages
HTML
99.4%
Shell
0.6%