Hello, I have been experimenting with the stemming...
# community-help
e
Hello, I have been experimenting with the stemming feature and I found interesting behavior. The stemming of the query is depended on the
query_by
field with highest
weight
. Can someone confirm this? I couldn't find any mention of this in the docs. I have a case where I need to
query_by
2 different fields, and use stemming for one and don't use stemming for the other. I assume this is not possible at the moment.