Using Low Search to search dictionary
Hi Low!
I have a project create a online dictionary and I want to use Low Search.
I have a list of German words contain "Ich":
- Ich trinke Tee
- Ich bin hier
- Ich bin Vegetarier
- Ich und du
- Ich
- Ich habe Durst
- Ich vermisse dich
If I search "Ich" with search_mode="extract", I get a result page:
- Ich trinke Tee
- Ich bin Vegetarier
- Ich habe Durst
- Ich vermisse dich
- Ich bin hier
- Ich und du
- Ich
As you know, the word "Ich" not at the top of result (it is the most important word).
Is there anyway make word "Ich" show at the top?
Thank so much!
Replies
Low 28 Sep 2015 13:14
Not at the moment. This has to do with how MySQL calculates relevance, see these replies I made earlier:
https://getsatisfaction.com/low/topic...
https://getsatisfaction.com/low/topic...
That said, I'll look into working around it somehow.
Low 28 Sep 2015 14:46
Try v4.4.0 with the new keywords:match="" parameter.
ngoncom 29 Sep 2015 03:29
Thank, I will try!