Can query builder use wildcard?
My query is like following
group.1_path=/var/statistics/pages/content/geometrixx
orderby=@views
orderby.index=true
orderby.sort=desc
The result will contain
/var/statistics/pages/content/geometrixx/en/products/using-extjs-widge ts/.stats/2013 (crxde, html, json)
/var/statistics/pages/content/geometrixx/en/products/using-extjs-widge ts/.stats/2013/01 (crxde, html, json)
/var/statistics/pages/content/geometrixx/en/products/using-extjs-widge ts/.stats/2013/01/21 (crxde, html, json)
However, we just expect comparing the "day hit count" only.
Should I apply wild card on this?
I have tried to use wildcard but no result after search.