æøå in searchPrefix doesn't work
Using characters like æøå in phrase for Entity.search / Entity.searchPrefix result in zero result.
Submitted by Terje Pedersen on 4 April 2011 at 09:35
Issue Log
On 14 April 2011 at 16:53 Zef Hemel commented:
The problem seems to be that these characters don’t match
\w
in JavaScript regular expression. It turns out it’s quite difficult to properly split a string into words when also taking unicode characters into account. Any suggestions here are appreciated :)
On 21 April 2011 at 09:15 Zef Hemel closed this issue.
On 21 April 2011 at 09:15 Zef Hemel commented:
This will be fixed in 0.4.4.
Log in to post comments