In case there's any confusion in the question, it appears as if adding a period or braces to a word makes it impossible to be found, even when the exact string exists in the documentation:
* http://docs.djangoproject.com/search/?q=get&release=4 * http://docs.djangoproject.com/search/?q=get()&release=4 * http://docs.djangoproject.com/search/?q=get(&release=4 I know nothing about your search system, but perhaps there's some inconsistent tokenising going on? Cheers, Will -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
