splorp / newton-glossary

An almost definitive guide to terms and trivia related to the Apple Newton.
9 stars 4 forks source link

Modify search to use full string matching #28

Open splorp opened 7 years ago

splorp commented 7 years ago

Currently, the built-in Kirby search does not match multi-word phrases when searching. It performs a search against each individual term in the phrase.

For example, Kirby will take the phrase “giant robot bunnies” and search for “giant” or “robot” or “bunnies” and return results containing any of those individual words.

cf. Kirby Forum: How to use search to include multiple “words”