Andrew Stichbury
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Search] fix PHP8 error and add wp_block post_typeHey @petersweater,
Thank you for sharing these requests, I have added them in 1.4.0.
Forum: Plugins
In reply to: [Admin Search] Undefined index: hide_in_admin_searchHey @bkjproductions,
Thank you for raising this issue. I have addressed it in 1.4.0, it should now be fixed.
Hey @jonfabritius,
Thank you for sharing this. I have actually removed the shortcut in 1.4.0 for the reason you stated.
Forum: Reviews
In reply to: [Admin Search] can not search via skuHi techispot.com,
Custom fields can be made searchable by adding the following to your theme’s function file:
add_filter( 'admin_search_meta_queries', function( $fields, $post_type ) { if ( 'product' === $post_type ) { $fields[] = '_sku'; } return $fields; }, 10, 2 );
As Woocommerce is a popular plugin, I have included SKU as a searchable field in the latest update (1.3.2) of the plugin.
Hope that helps!
Forum: Plugins
In reply to: [Admin Search] Customizing Shortcut and Activation when DisabledHi influencebydesign,
I will look into adding this in a future update, thank you for your feedback.
Forum: Plugins
In reply to: [Admin Search] PermalinkHi mcgayle21,
Thanks for your message, this is not currently possible but I’ll look into it for a future update.
Forum: Plugins
In reply to: [Admin Search] admin-search/ui.php on line 95Hi tbacon781,
The latest update (1.2.3) should fix this issue.
$submenu_item_url
should have been$menu_item_url
Andrew
Forum: Plugins
In reply to: [Admin Search] Warning ErrorHi jhayghost, Maxime, bkjproductions and Aris,
Thank you for your patience and solutions in the meantime. Version 1.2.2 resolves this issue.
Andrew
Forum: Plugins
In reply to: [Admin Search] normal inputHi odearly,
Thank you for your feedback, I will explore these requests in a future update.
Andrew
Forum: Plugins
In reply to: [Admin Search] how do I search for customer orders?Hi webfantastic,
The search query can be extended to other fields using the
admin_search_posts_query
filter.This plugin is designed exclusively for admins and users with access to the WordPress admin UI.
Andrew
Forum: Plugins
In reply to: [Admin Search] Fatal error in settings pageHi cristianuibar,
Apologies for my late response. Version 1.2.2 resolves this issue.
Andrew
Forum: Plugins
In reply to: [Admin Search] Errors messages in settings pageHi Aris,
Apologies for not responding sooner. Version 1.2.2 should resolve this issue.
Andrew
Forum: Plugins
In reply to: [Admin Search] var admin_search={display_on_keypress:}Hey @mikepsinn thank you for your message and apologies for the delay, the latest update includes this fix.
Forum: Plugins
In reply to: [Admin Search] Unable to check pos types on iPadHi soldier99,
Thank you for your feedback. I’ll look into the checkbox issues on the iPad and I’ll be extending the search to support Woocommerce orders and more. Be sure to look out for it in an update shortly.
Andrew