I am implementing an academic publications database, and am looking
for a search solution.
I need at the very least Stemming and Accented Characters support
(i.e.: searching for "alvarez" returns "álvarez" and v.v.).
Some of the fields have a tinymce editor, so the data is stored with
html entities. It would be very nice to be able to also search in
these fields (i.e.: searching for 'alvarez' returns a record that
contains 'álvarez').
Recommendations for apps or 3rd party engines or personal experience
implementing something like this is very welcome.
Using trunk + MySQL.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---