Hello, I'm having difficulty trying to find decimal values in a text field without specifying the decimal part. I'd like a query for '2000' to also include results from fields that contain '2000.00', and preferably ignore separating commas as well, ie 2000 = 2,000 = 2000.00
The field is mapped as text, with a 'sub field' of .english for language analysis and english stop words.
Any advice or reading material welcome
-Dave