meteor-tabular icon indicating copy to clipboard operation
meteor-tabular copied to clipboard

Searching dates

Open pokraev opened this issue 9 years ago • 4 comments

It looks like that searching anything but strings seems not to work

pokraev avatar Apr 12 '15 17:04 pokraev

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

funston avatar Jun 08 '15 22:06 funston

Has anyone figured out how to search by dates from the client...and numbers of course.

stephentcannon avatar Jul 23 '15 18:07 stephentcannon

Numbers should work in 1.3.0 release. Will have to think about how to solve date searching.

aldeed avatar Sep 01 '15 23:09 aldeed

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"

UnforeseenSoftware avatar Mar 11 '16 02:03 UnforeseenSoftware