Hi, I just read this post about the Google Summer of Code: http://groups.google.com/group/django-ecommerce/browse_thread/thread/a6af863a3df0f128 I think that post should have been on the django users list.
I saw that Google sponsors Merquery - Text Indexing & Search Engine Abstraction Layer for Python by Brian Beck, mentored by Jacob Kaplan-Moss. I've built a search query parser with the Pyparsing module (http://pyparsing.wikispaces.com/), it's included in the Pyparsing examples. It parses user input (with an implicit AND, explicit AND, OR, quotes etc.) into something you can use to calculate the search results (I did this with Python sets, but you could do it anyway you like). If you like it, you can use it ofcourse (BSD license). Cheers, Rudolph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

