django-sphinx icon indicating copy to clipboard operation
django-sphinx copied to clipboard

_get_passages handle index string with multiple indexes improperly

Open real-alexei opened this issue 15 years ago • 0 comments

I would use SphinxSearch with index="main delta" index string. But when I search with passages=True I encounter IndexError since BuildExcerpts call allow only one index specified.

real-alexei avatar Dec 07 '10 11:12 real-alexei