Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't search for words with special chars #54

Closed
marcusg opened this issue Sep 27, 2011 · 2 comments
Closed

can't search for words with special chars #54

marcusg opened this issue Sep 27, 2011 · 2 comments

Comments

@marcusg
Copy link

marcusg commented Sep 27, 2011

hey guys,

i ran into a problem when i tried to search words with special characters like german umlauts (Ä, Ü and so on). I can't imagine that it is an intextank issue or is it? I hope you can help! thanks

@marcusg
Copy link
Author

marcusg commented Sep 28, 2011

i found out that i cant search for words with umlauts BUT not with wildcards. Look here:

w = Wishlist.find 8
w.description

"Gewürze aus Indien gewuerze"
Wishlist.search_tank "gewürze"
[Wishlist id: 8, user_i.] # works!
Wishlist.search_tank "gewürz*"
[] # works not!

any idea why? i wrote an email to the indextank guys, but maybe it's an issue of tanker.

@marcusg
Copy link
Author

marcusg commented Sep 28, 2011

Ok, i tried with the original indextank gem and it the same: I can't search for words with umlauts :( So I'll write to the indextank devs...

@marcusg marcusg closed this as completed Sep 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant