Moviri / recline

A simple but powerful library for building data applications in pure Javascript and HTML.
http://reclinejs.com/
MIT License
2 stars 2 forks source link

Facet data no more present after DB query on date #99

Closed giobaldac closed 11 years ago

giobaldac commented 11 years ago

The new version with GenericFilter using facets only works using memory filters. If a DB query is issues facets aren't re-created. Try selecting a new date range on dashboard_linux to reproduce the issue

davidemalagoli commented 11 years ago

is not a bug, the facet was calculated on filtered data, use addfacetnoevent(facetfield, true) to use also not filtered data