dcramer / django-sphinx

A transparent layer for full-text search using Sphinx and Django
http://groups.google.com/group/django-sphinx
BSD 3-Clause "New" or "Revised" License
357 stars 122 forks source link

_get_passages handle index string with multiple indexes improperly #20

Open real-alexei opened 13 years ago

real-alexei commented 13 years ago

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.