Topic: [Bug] -order:id can remove the pageinator

Posted under Site Bug Reports & Feature Requests

Bug overview description.

Searching -order:id with another meta tag (score:, height:, etc.) causes the pageinator to disappear.

What part(s) of the site page(s) are affected?

https://e621.net/post/index

What is the expected behavior?

Pageinator should be at the bottom of the page like it always is.

What actual behavior is given instead?

Pageinator disappears.

Time of incident (if applicable).

2017-03-11 ~22:00

Can you reproduce the bug every time?

Yes

What steps did you take to replicate this bug?

1. Search -order:id height:1000 (most other meta tags have the same effect)
2. Scroll down.

Errors or other messages returned (if any).

n/a

Updated by KiraNoot

Can confirm as well. The paginator disappears for me as well.

Updated by anonymous

I'll look into it. Most likely this is another case of tags messing with metatags.

Updated by anonymous

But why are you trying to exclude an order? You can't exclude an order because it A) Does nothing and falls back to order:-id or B) divides by zero. Did you mean order:-id?

Updated by anonymous

Chaser said:
But why are you trying to exclude an order? You can't exclude an order because it A) Does nothing and falls back to order:-id or B) divides by zero. Did you mean order:-id?

-order:id shows the oldest posts first...

And so does order:id... Fuck, I've been adding a dash this whole time when I didn't have to...

And removing the dash fixes the problem. I feel like such an idiot right now.

Updated by anonymous

BlueDingo said:
-order:id shows the oldest posts first...

And so does order:id... Fuck, I've been adding a dash this whole time when I didn't have to...

And removing the dash fixes the problem. I feel like such an idiot right now.

you're looking for order:id_asc or just order:id not -order:id. negating order doesn't do anything to order. Or if you want the opposite it is order:id_desc which is the default.

Updated by anonymous

  • 1