meteor-tabular
meteor-tabular copied to clipboard
Searching dates
It looks like that searching anything but strings seems not to work
seeing the same. seems it will search against numbers/floats but only the exact match... ie 12.345 won't find a result at 12.34 but will at 12.345
Has anyone figured out how to search by dates from the client...and numbers of course.
Numbers should work in 1.3.0 release. Will have to think about how to solve date searching.
Partial numbers still do not work. Tested in 1.4.2 and 1.6.0. I have a Int32 field with say 1043. Searching 104 does not work, but 1043 does. So only exact number matches work. This could be tough to solve unless you have string versions of all number/date fields. I'm considering that I need to refactor the entire data set from ints to strings to work around this problem. The original title of this bug was correct: "Searching numbers and dates"