Open Falnesio opened 2 years ago
I hope this helps. I cut it off to not show more than is needed, but as you can see I am trying to filter by a value that starts with the letter A and it is not filtering for that value. This is a select_one variable.
TLDR: Data Table filters by name
, not the label
, but it displays labels
, so you can end up with confusing results.
Some reproduction steps:
This happens because "Isildur's bane" choice name is "one", and "The one ring" choice name is "four" (and filtering happens only by name
, not label
), see:
Front-end is using asset data endpoint: /api/v2/assets/aJA8hWHcMErBfSKGsjqTqw/data/?limit=30&start=0&sort={"_id":-1}&query={"Pick_your_favourite_d_of_the_Rings_thing":{"$regex":"one","$options":"i"}}
, so I'm not sure if this is fixable, unless back-end magicians do some magic.
Description
There is a bug on the data table showing submitted form information athttps://kobo.humanitarianresponse.info On a column for a multiple-choice question, when one is selected starting with the letter A, the filter does not work.