It is possible to filter search terms before they are submitted to the actual query using the query_vars
hook. So in your case you would do something like this:
add_filter ('query_vars', 'wpse307005_filter_search', 10, 1);
function wpse307005_filter_search ($args) {
preg_replace ('Spiderman','Spider-Man',$args[s]);
preg_replace ('Spider man','Spider-Man',$args[s]);
return $args;
}
Where $args[s]
holds the search string.
Related Posts:
- How can I implement a location based (zip code) search in WordPress?
- How to highlight search terms without plugin
- How do I search events between two set dates inside WP?
- Complex Search functionality. Advice needed
- How to use next_post_link and previous_post_link on single posts in search results
- Why is there a class=”screen-reader-text” on my search button?
- can’t limit search to only pages
- How to exclude post body from WP search
- How to search through pdf media files?
- Search outside of the “loop”
- Replace URL with Site Title in Search Results
- Force WP to use a certain search template
- WordPress Single Conditional for Search Page
- How to show a random selection of posts from the search
- Best way to Integrate Google Search?
- Default WP search excluding specific characters, is it possible?
- How to add additional search terms (e.g. synonyms) to the search?
- Combine internal search with Google custom search?
- Any reason why search result lists only one entry?
- Display just child pages of a certain page in search results
- How to make wordpress default search to woocommerce search
- pre_get_posts action: Search by post_title and post_content with different search phrase in the same query
- Searching by meta values showing inappropriate result
- Why won’t is_search work inside functions.php?
- Search functionality – include date, category and author search
- How to make wordpress Dynamic Search-Bar from Predesigned Static Html Search-Bar?
- Change Search url slug for each site in a multisite network
- Change WordPress search Permalink structure
- URL search link for ‘category__and’ instead of php query
- Search media by title and description – Frontend
- Media searching ignored
- Is there a way to add a custom text + link above search results for different searches?
- How to change tab’s title in search results pages? [closed]
- Customise Excerpt start and end
- Use created page as search results page and custom template
- How do I search dynamically created content?
- Template issues getting ajax search results
- How can I implement Search feature for Membership site?
- WordPress search with quotations returning to homepage
- Post 2 Post Site Search
- Using search.php without a ‘s’ field in searchform.php
- How to display search results in search.php
- Add Icon to Placeholder Text in Search Form
- Unexpected esc_html and esc_attr behaviour
- Search WooCommerce Products in WordPress
- Search Results No Link
- Sort search results by Custom Field
- How to build an advanced search form by post type?
- some one help . search not jump to search page
- Why should we use the name attribute with the value “s” in the creation of the search form?
- The Search FoRM Dilemma || The Search form Templating
- Search for anything in site
- How can I add search box in single.php?
- Connecting Google Site Search with WordPress Taxonomies/Categories/Tags
- When clicking on submit from my searchform it takes me to home.php
- My default search is not working
- Dashboard search function doesn’t work well
- Only display post content in search results
- meta post search
- twentyeleven theme: Where is the code that handles moving the search bar on resize?
- Displaying a list of tags in my archives page
- search page not found? (search.php or searchpage.php)
- Media Library / Backend: How can I search for text in the ALT Text field?
- Rewrite wp function
- How to fetch Email addres of an author via ID?
- How to Fix Form elements do not have associated labels in WordPress Search Form (without button)
- How to exclude specific post_type from default search?
- how to make search with two input boxes
- WordPress search with more input fields?
- Search issue on special Character
- WordPress search not able to find the category
- Modify main search form to search user too
- Removing &submit=Search from search parameters?
- I have dynamic title tag in my wordpress but seo analyst show “No title Tag found error”?
- customize search result in wordpress
- pre_get_posts improperly searching revisions
- Highlight search words in excerpt
- $_GET value is losing it’s space
- Search For Custom Post Type and Custom Fields
- Searching on my blog is not working
- WP search in metadata post
- “Modular/reusable” content and search results
- Add Search Form to Dropdown menu
- Search doesn’t work with ‘relation’ => ‘OR’
- Add meta tag to search results
- Searchform for searching specific categories
- Selectbox and Searchform and Custom Search Page
- Hightlight search-terms with functions does remove or disable other filters?
- SQL: Search query to get attachments only of those parents which are published
- Strip the + symbol from the_search_query
- Change the text “search result for” on search result page
- Search redirects to index
- Putting Text in the Search Box. eg- “Search My Site” [closed]
- Want to creat a search for my wordpress theme [closed]
- Return 404 for /search/ queries – For Genesis
- Deprecating WordPress URL from Google, promoting custom domain [closed]
- Search and replace titles of posts with specific tags
- How do I turn this form into a search form? [closed]
- Search with multiple selects that include tags
- Search results from a specific database table