Case sensitivity with date range specifications in SOLR search request

Hi - just a hint

The search requests

date:[now-1month/month to now/month]
attdate:[now-1month/month to now/month]

to get the changed documents or uploaded attachments of the previous month are valid and work fine.

But if you search comments for this date range you have to write

property.XWiki.XWikiComments.date:[NOW-1MONTH/MONTH TO NOW]

with uppercases in keywords to get a result.

It was a bit confusing ( and time consuming to get it … )

Norbert

Thanks @NorSch for posting your solution, I’m sure it’ll help others!

Would be awesome to update https://extensions.xwiki.org/xwiki/bin/view/Extension/Solr%20Search%20Application#HSearchSyntax if you get the time.

Thanks again