Indexing

2023-06-01 Thread Colins
Hey everyone, I could use some assistance regarding my website [www.learnaboutcat.com](https://forum.nim-lang.org/www.learnaboutcat.com). My goal is to enhance the indexing of my backlinks and boost my search engine rankings. Do you think it's advisable to employ software that compels Google to

Any fuzzy or trigram substring search library, with index, so it's instant?

2023-05-30 Thread Colins
There is no built-in fuzzy or trigram substring search library in Nim. However, it is possible to implement one using the following steps: Create a data structure to store the documents. This data structure could be a simple array, a hash table, or a more complex data structure such as a trie.