Open PaulRivier opened 4 years ago
@dcoutts, ping.
Hi @bgamari, thank you for stepping in.
After some more investigations I managed to understand how to properly use transformQuery . Still, I think this package is really good and undervalued, and would greatly benefit from a more comprehensive documentation.
FWIW, I am using it on a new project named Kiwi , which aims to be a personal/small-team wiki based on plain files, and providing very good indexation capabilities. Full-text-search package does an excellent job on it.
Cheers
Hi @PaulRivier ,
No worries. If you feel so-compelled don't hesitate to open a small pull request adding documentation capturing you have learned. Otherwise I'm sure that either @dcoutts or I can look in due time.
Hello,
first of all thank you for this impressive package.
I am using it for a project that involves natural language full text search. I must say that although the package quality seems absolutly brilliant, the documentation I found was a bit succinct. I would love to have a more comprehensive guide to leverage the full power of this package.
For example, I can not understand what is the point of
transformQueryTerm :: Term -> field -> Term
and how to make good use of it.Thank you again, all the best