feed: correct the case sensitivity example in the full table search post #14

Merged
allan merged 2 commits from fix/full-table-search-case-sensitivity into main 2026-09-17 07:47:31 +00:00
2 Commits
Author SHA1 Message Date
blog-dev 93348ad604 feed: tighten the case sensitivity note to a single sentence 2026-09-17 07:44:53 +00:00
dc 7561bb0c39 feed: correct the case sensitivity example in the full table search post
The post claimed `smith` finds `Smithson`, which only holds for a case
insensitive match. The comparison is case sensitive, so the search term has
to match the case as stored: `Smith` finds `Smithson`, and `smith` finds
`Goldsmith`, but `smith` will not find `Smithson`.
2026-09-16 23:42:45 +00:00