Author: Pierre M�tras
Email: 
Message:
Hi,

I had a similar need a few weeks ago. I solved it with a hack:
- Indexed words are stored in an Oracle database. So at the end of the indexation, I 
run a script to remove all the accents and other signs.
- We have adapted the search screen to filter accents from the words entered by the 
user.

All this is a few hours work.

The best solution, as pointed by Alex Barkov, would be to adapt the sources of 
unicode.c and change tolower() to also remove accents 
(http://www.mnogosearch.org/board/message.php?id=3825)
As I already had my hack working, I haven't investigated this solution.

Pierre M�tras

Reply: <http://www.mnogosearch.org/board/message.php?id=4092>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to