apache / incubator-ponymail

Apache Pony Mail (Incubating) - Email for Ponies & People
http://ponymail.incubator.apache.org/
Other
80 stars 30 forks source link

Serach does not return existing results #548

Closed rvernica closed 3 years ago

rvernica commented 3 years ago

If I set a search filter with Less than 1 month ago I get six results: https://lists.apache.org/list.html?dev@arrow.apache.org:lte=1M:copy image If I set the filter with Less than 1 year ago I get no results: https://lists.apache.org/list.html?dev@arrow.apache.org:lte=1y:copy image

Humbedooh commented 3 years ago

I've tried this with and without authenticating, and I get 253 emails in both cases. Can you share the stats.lua URL that gets called during your search? It should be available in your browser inspector tool (shift+ctrl+i)

Humbedooh commented 3 years ago

Does the same thing happen with the next gen interface? ( https://lists.apache.org/x/list.html?dev@arrow.apache.org:lte=1y:copy )

sebbASF commented 3 years ago

I've also tried it and I get 253 results (at present: the number will likely change as time moves on).

The screenshot does not show the full URL: are you sure there is nothing else after the 'lte=' that could be causing the search to fail? For example the following returns nothing:

https://lists.apache.org/list.html?dev@arrow.apache.org:lte=1y:copyy

rvernica commented 3 years ago

The screenshots corresponds to the URL included before the screenshot.

Now the 1y filter seems to work as expected. Maybe it is a transient issue. The next get UI works as well.

I've seen this issue before but only got to report it now. I'll report back if I see this again.

Humbedooh commented 3 years ago

Closing as Cannot Reproduce for now. If the error occurs again, we'll take another look.