Appreciate that this is in the wrong forum, but just incase this may be of some use to someone.
By using the following I can modify the search query, so that it matches the product titles. E.G if its “ABC 1” it will search for “ABC1”
function my_parse_searchwp_terms( $query, $engine ) {
$query = preg_replace( '/(?<=abc)(\s+)(?=\d)/i', '', $query)
return $query;
}
add_filter( 'searchwp_terms', 'my_parse_searchwp_terms', 10, 2 );
Related Posts:
- How to make search engine index PDF files? [closed]
- How to override normal WordPress search in Buddypress? [closed]
- Search and replace text across all posts
- How would implement StackExchange ‘Questions with similar titles’ for the FAQ on my wordpress site
- dynamic page not indexed
- How to get posts by content?
- WP-PageNavi plugin doesn’t work with multiple pages of search results
- Problem with Search Results in WP (not displaying the full posts)
- How to improve WordPress search
- Creating search filter through plugin
- How do I add advanced custom fields / meta fields to Elasticsearch? [closed]
- plugin to search entire posts, blogs, forum, users [closed]
- Automatically adding category filter based on search string
- How can I reuse the WordPress search form for a custom plugin / widget?
- Custom Taxonomy Tag Search
- What causes an Unexpected HTTP Error within install plugins?
- What is the best way to mimic a search query within a plugin
- Is there a way I can find wordpress posts that don’t contain a word?
- Search is not working on plugin directory
- Search Everything plugin integration
- AJAX search posts and pages
- Search for categories
- AJAX search as you type? [duplicate]
- WooCommerce search products between price range using WP_Query
- Send admin an email when a user’s search has no results
- Integrate Algolia to WordPress site
- How to multiply a post to test internal search results?
- How to set “split_on_numerics” to false in ElasticSearch mapping using ElasticPress? (for proper SKU search in WooCommerce) [closed]
- Woocommerce Backend Search by Title and SKU
- Search and Filter Plugin – How to disable redirection
- WordPress Multi-Step Product Search
- Search by Attachment ID
- Custom search search does not work?
- Creating a search form and displaying results
- Is it save to replace with in WordPress search form
- WordPress search shows protected content
- Best approach to make all tags searchable by the wordpress search function
- How to search post titles with whole words only, but not the exact word only?
- RSS feeds for specific topics
- How to add the search page link to the anchor tag?
- WC Fix Attributes – ‘Add New’ Not Searchable/Delayed
- How to hide an option from dropdown in filter module
- WP search box on page not finding .PDF files
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- Search results to point to specific section?
- Search in WordPress
- Content disappears when searching with Search & Filter plugin
- How to exclude a part of a page in search results
- how to add navigation icons in specific template?
- multiple string replace of post’s content for large data
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- How to make wp multisite subdomain exist search
- Remove Url Parameter WordPress
- How can I remove this sidebar from my Search Results page?
- History of page, interval of years
- Include post_date in search
- How to order users alphabetically by name? in plugin UPME
- How to hook into search results template or query?
- Add “selected” class to custom taxonomy dropdown search
- WordPress Search return wrong results
- Differentiate attachment pages in search results
- Is there any simple wordpress search template that works with existing searchforms?
- Extend WordPress Search
- how to sort results by last day update at search result in plugin installer?
- Jigoshop search taxonomy
- Strange Search Query Appearing on Google Index – “/?q=Save+Us+From+Berlusconi”
- Dave’s WordPress Live Search only works when logged in as admin
- wordpress Search function is not working
- Multi-step, live updating search
- Can we install 3d product configurator into wordpress
- LiteSpeed cache image Optimization
- How to set an exact search box in tablepress plug-in
- whole website redirected to another page
- WordPress search every time shows no search found even data exists
- How to Handle? vp_page Parameter in WordPress and Resolve Google Search Console Validation Issues?
- Autocomplete search field that is feed by a taxonomy from custom post type?
- How to add CPT in Elementor pro search template
- Create index for own custom data in elasticpress from wordpress plugin
- search by meta field in the regular WordPress admin panel search
- Product Search by ZIp Code Radius
- Search results not finding in paginated pages just in visible rows
- I want to create a search option for CPT using plugin. The search options should search for categories and tags
- Plugin for better Backend Search? [closed]
- How do I apply different block supports to different parts of my custom block?
- Only allowing some emails to create an account [closed]
- AJAX on Front-End Button Click not working – Custom Plugin
- Is there any way to make myself an admin?
- WordPress override archive page template using a plugin
- Warning: Use of undefined constant list_all – assumed ‘list_all’ (this will throw an Error in a future version of PHP)
- How to backup single post in wordpress [closed]
- How can i delete options on plugin uninstallation?
- Plugin Theme CSS [closed]
- Why does my file_exist check fail?
- How do I get the user ID of the user that was updated in WordPress?
- General questions re: WordPress and WP plugins [closed]
- populating a form field with output from a custom plugin function
- How to handle WordPress Plugin Front-end AJAX Call [duplicate]
- How to distinguish if a plugin is not installed or just not active
- archive_template override when no posts exist
- How to update mu-plugin