#788: 'FacetCollector' object has no attribute 'offset'
-------------------------+------------------------------------
Reporter: olemis | Owner: rjollos
Type: defect | Status: closed
Priority: blocker | Milestone:
Component: search | Version: 0.8.0dev
Resolution: worksforme | Keywords: whoosh collector facet
-------------------------+------------------------------------
Changes (by rjollos):
* status: review => closed
* resolution: => worksforme
* milestone: Release 8 =>
Comment:
I've not been able to reproduce the reported issues when upgrading a
production installation. Here are the steps I followe:
1. Created a new install following the instructions in BloodhoundInstall,
but running just TracStandalone ([attachment:pip_install_output]). The
source code for the install was the 0.7 release package.
1. Ran `pip install -r requirements.txt` from the latest trunk
([attachment:pip_install_output_2]) to upgrade the install.
1. Upgraded the environment.
No problems with searching from `/bhsearch`.
{{{#!python
>>> import whoosh
>>> whoosh.__version__
(2, 6, 0)
>>> from pkg_resources import get_distribution
>>> get_distribution('BloodhoundSearchPlugin').version
'0.8.0dev'
}}}
If you can provide some steps to reproduce in a production environment I
will investigate further.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/788#comment:16>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker