Open
Description
Both OCDE and OCPL maintain the same fulltext index which allows to search for words in geocache description texts. The index consists of CRC32 hashes of all the words in the description texts, optionally excluding a set of tivial words.
I think it would be a nice feature to add text search to OKAPI. This would mean that OKAPI needs to calculate the hashes with the same algorithm as the OC site, so the code needs to be shared somehow.