Some Links for Searching and Greek
These might come in handy
Although this is not a "link blog", here are some references I found while fooling around with splitters for ZCTextIndex.
- This is somehow the same problem I'm trying to solve, someone who wants to search using ZCTextIndex and Unicode characters:
- http://mail.zope.org/pipermail/zope/2003-June/137115.html
- Here are some greeks who want to search in iso-8859-7, an old entry into the Zope Collector:
- http://www.zope.org/Collectors/Zope/842
(I'd suggest switching to UTF-8 and using something like the splitter I made with ZCTextIndex.)
- The chapter about searching and indexes in Zope:
- http://www.plope.com/Books/2_7Edition/SearchingZCatalog.stx
- Unicode character table:
- http://jrgraphix.net/research/unicode_blocks.php?block=7
- Had to do this on my source file to stop a warning (because python wants to know about unicode characters in source files):
- http://www.python.org/peps/pep-0263.html
- This should really resolve all these issues and provide for better search functionality:
- http://zopyx.com/OpenSource/TextIndexNG/
(I could not find any documentation about e.g. the supported languages on the TextIndexNG site, and I would have to change COREBlog, so I gave up on this for the moment.)