Title: Plugin has errors
Last modified: November 16, 2020

---

# Plugin has errors

 *  [Felix Patzelt](https://wordpress.org/support/users/blackmagichappens/)
 * (@blackmagichappens)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/plugin-has-errors/)
 * Problem with plugin is that order pages like page 110 in woocommerce are not 
   showing anymore. once i deactivate this plugin i can see them again. I can open
   the page but no orders are showing when this plugin is active

Viewing 1 replies (of 1 total)

 *  Plugin Author [rayrutjes](https://wordpress.org/support/users/rayrutjes/)
 * (@rayrutjes)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/plugin-has-errors/#post-13692134)
 * Hi,
 * By default Algolia is unable to return more than 1000 hits for a given query.
   
   As a result, if your search yields more results than that, the result set will
   be limited to the first 1k items.
 * There is a way to increase this using `paginationLimitedTo` set to a higher value.
   
   [https://www.algolia.com/doc/api-reference/api-parameters/paginationLimitedTo/?language=php](https://www.algolia.com/doc/api-reference/api-parameters/paginationLimitedTo/?language=php)
 * Could you try setting manually that value to something bigger to see if that 
   solves your issue?
    It needs to be added here: [https://github.com/rayrutjes/wc-order-search-admin/blob/master/includes/admin/class-orders-list-page.php#L111](https://github.com/rayrutjes/wc-order-search-admin/blob/master/includes/admin/class-orders-list-page.php#L111)
 * If it works for you, we could imagine making that configurable.
 * The reason this is set to 1k by default is to ensure good performances, so raising
   this too much could have an impact on performances. Though I think it should 
   be fine as long as you are not having a million records you’d like to iterate
   over.
 * Please also see a similar past request that might help: [https://wordpress.org/support/topic/can-only-view-the-most-recent-1000-orders/](https://wordpress.org/support/topic/can-only-view-the-most-recent-1000-orders/)

Viewing 1 replies (of 1 total)

The topic ‘Plugin has errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wc-order-search-admin_f8faff.svg)
 * [WooCommerce Order Search Admin](https://wordpress.org/plugins/wc-order-search-admin/)
 * [Support Threads](https://wordpress.org/support/plugin/wc-order-search-admin/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-order-search-admin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-order-search-admin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-order-search-admin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [rayrutjes](https://wordpress.org/support/users/rayrutjes/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/plugin-has-errors/#post-13692134)
 * Status: not resolved