Hi bubble community !
I am trying to do a search in my database and only show events which are not over (ending date >current day ) but when I do it:
nothing is filtered I can still see all of my events… I don’t understand why this is not working…
Do you have any idea what I should do ?
Thank you in advance
chuck me a link to the editor mate, i will have a look.
how come you have a :filtered operator in your search for?, i would say remove the filtered operator and click the word search and use the constraints there.
Yes I did that too but it was not working too…
its finding data until today right?, it just needed to be switched to < “less than” current day.not > “greater than”
The solution to this problem was to change the operator to < and current day +day 1 to include the end day as well for anyone else that needs to know.