code-google-com / bpbible

Automatically exported from code.google.com/p/bpbible
Other
0 stars 0 forks source link

Search for multiple alternatives does not do stemming as expected #179

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I search for "conquer", I will get all verses containing "conquer", 
"conquers", "conquered" and probably other related words due to stemming.

Similarly, if I search for "God conquer" I get all verses containing God and 
containing "conquer", "conquers", "conquered", etc.

However, if I search for two alternatives, such as "(conquer,overcome)" it only 
searches for those words, and does not apply stemming.  This means verses 
containing "conquers" or "overcomes" are omitted.  This seems very 
inconsistent.  BPBible should apply stemming to all words unless it is 
explicitly disabled (e.g. "+conquer").

Original issue reported on code.google.com by jonmmor...@gmail.com on 24 Oct 2010 at 12:11