Just a small problem with search in arabic..
In arabic the equivalent of 'and' is just one letter 'و'
now the problem is, in arabic the 'and' becomes one word with the word that it follows..
so for example 'and god' is actually 'andgod'
there is no space between 'و' and the word that follows it although they are technically two words.
Now the problem is that the search works on full words only, so if I search for 'god' I don't get results where there is an 'and' before God and vice versa.
The simplest solution would be to have an alternation in all arabic queries. So when someone searches for god we search for 'god' OR 'andgod' (just append 'و' to the beginning of the query).
Is there any hopes to get that fixed? It is very confusing to users.. I tried to put a vertical bar in the query in hopes that the api allows some sort of alternation in the query but that doesn't work.
Specific Arabic bible ID is ar-vandyke
Thank you.