tomaszkiewicz / obsidian-database-plugin

Enables creating databases based on files in Obsidian - like Dataview, but with editing!
MIT License
160 stars 2 forks source link

Filter using equality for a row of type "Number" returns no results #28

Open tektrip-biggles opened 5 months ago

tektrip-biggles commented 5 months ago

I have a table of tasks & added a "Sprint" column of type "Number". I have entered the number 1 into this column for some rows (others remain empty) If I attempt to filter the table using "Sprint", "=" & "1" (without parentheses), the table is displayed as empty If I attempt to filter the table using "Sprint", ">=" & "1" (without parentheses), the table shows the rows I want correctly. However, this is obviously a temporary workaround as I would like to filter on exact matches only. I have tried adding quotation marks to the query but this doesn't make a difference.