noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
8 stars 7 forks source link

Behaviour of filters in Table view #501

Closed pkritzinger closed 5 months ago

pkritzinger commented 6 months ago

If I define multiple filters in the table view and click the button "Filter", only the respective filter is activated. I would expect that all defined filters are activated, regardless which of the buttons is clicked.

From my point of view we have two options:

@sseppi could you pls. plan this task accordingly, so that we discuss it (we should fix it before the UX-Test)

Image

gappc commented 6 months ago

@pkritzinger that seems to be a bug, could you please provide a link?

pkritzinger commented 6 months ago

@gappc https://databrowser.opendatahub.testingmachine.eu/dataset/table/tourism/v1/EventShort?rawfilter=and(eq(EventLocation,%27NOI%27),ge(StartDate,%2705.12.2017%27),le(EndDate,%2722.01.2018%27))

this is the link with all filters set (I clicked all 3 buttons to set them)

gappc commented 5 months ago

@sseppi @pkritzinger should be fixed with #506, please check

sseppi commented 5 months ago

@pkritzinger now the filter button seems to work as defined by you. Do you confirm?

pkritzinger commented 5 months ago

@sseppi yes, works from my POV