From 136ef703e8ae1f3239d7bba0e208a4d072be7899 Mon Sep 17 00:00:00 2001 From: "Mark A. Matienzo" Date: Wed, 29 May 2019 21:49:01 -0700 Subject: [PATCH] Add Falsehoods About Search --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b1be5..96cf204 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,9 @@ Why your pagination algorithm is giving someone (possibly you) a headache. Not falsehoods *per-se*, but still a great list of good practices to implement autocompletion. - [9999999999999999.0 - 9999999999999998.0](http://geocar.sdf1.org/numbers.html) - A kind of falsehood on numbers, and floats vs decimals. - +- [Falsehoods About Search](https://opensourceconnections.com/blog/2019/05/29/falsehoods-programmers-believe-about-search/) - +Why search (including analysis, tokenization, highlighting) is deceptively +complex. ## Typography