rufuspollock-okfn / bibserver

BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
MIT License
126 stars 34 forks source link

Selection of extra facet fields is persisting across queries #132

Closed markmacgillivray closed 12 years ago

markmacgillivray commented 13 years ago

I added the option to the search of choosing more facet fields - they get added to the sidebar on the left. I must have done something wrong, because the choices are persisting - i.e. when a separate request to the search is made, the values that were set on the previous request are used, even though they are not present on the recent request. This is probably because web.py or iomanager.py is writing them to config when it should not. However I have not fixed it yet, so reporting the issue so anyone can know about it.

markmacgillivray commented 12 years ago

Fixed