Dear all, this is not a new problem, I just wanted to check whether with 1.4 there might have been changes that allow a different approach.
In my query, I retrieve results that have a date field. I have to sort the result by day only, then by a different string field. The time of that date shall not be used for sorting. I cannot filter the results on a certain date (day). This thread confirms my first thought that I need another field in the index: http://search.lucidimagination.com/search/document/422dc30e0a222c28/sorting_dates_with_reduced_precision#46566037750d7b5 However, is it possible to use the DateMathParser somehow in the function queries? If it's not yet possible - why not: (a) is there are great risk that the performance would be bad? Or some other reason that discourages this solution. (b) simple not implemented In case of (b), I might try to implement it. Thanks! Chantal