MySearch breaks when a user has too many posts

Issue #2807 open
Thomas Niebler created an issue

The /mySearch page can only show max 1000 posts from a user due to query restrictions. Consequently, it can only search those posts and leaves out anything else.

A possible solution for this would be to issue Ajax queries and that filter matching posts in the background from the SQL database or from ES.

Comments (2)

  1. Log in to comment