Numeric and Timestamp Filters
Hi,
I created my own interface for numberic and timestamp filters by modifying the narrowBy.ftl, however, I seem to have a problem with the searchResult.filterResult.filteredColumns object as it does not recognize filters from the query if they do not have a double quote around the value.
Query Examples:
A) revChange:[5000,)
B) revChange:"[5000,)"
While A works as far as searching goes, it is not recognized by the filteredColumns object. However, while B does not work as far as searching goes, it is recognized by the filteredColumns object.
What am I supposed to do? Is there a way for B to work for searching? If not, is there a way for the filteredColumns object to recognize filters without quotes? Either would be fine with me, I just need either one to work in both cases: searching and recognizing filters.
Thanks for your help!
-Charlie
