Since $course_only_ids
is already an array, you shouldn’t be nesting it inside another:
array( $course_only_ids );
// array( array( 2031, 300, 1919 ) );
Just use:
'value' => $course_only_ids,
Related Posts:
- how to limit search to post titles?
- How does WordPress search work behind the scenes?
- Remove some pages from search
- Extend WordPress search to include user search
- WordPress blog with 30 000 posts: poor search performance
- How do I filter the search results order?
- Link to search page without search parameter
- Search/Replace for editor in HTML-mode
- Do I need to sanitize WordPress search query?
- Neither the_excerpt() nor the_content() works properly?
- Add custom parameters to JSON API search query?
- How to stop _wpnonce and _wp_http_referer from appearing in URL
- Return all Tags from search results
- Search results with custom loop don’t update when paged
- Does WP search natively return results sorted by type (post, post type, page, category…)?
- How do I properly redirect outbound links with special characters
- Display Categories in Search Results
- intellisense in wp search
- Is it possible to search authors by profile field?
- Search result conditonal tag
- Get search term not on searh results page?
- Search in Two Categories
- Use search in fancybox
- Search Result from another wordpress website
- Remove WHERE conditions from search query
- Change default search URL slug in wordpress with Custop Post Type as Search target
- Transliterating search term in another language
- How to exclude events (custom posts) from search, if the start date has already passed?
- How to conditionally pass a parameter to wordpress search to limit post types?
- Change WordPress search Permalink structure
- How to load WP categories into array for autocomplete?
- Custom SQL query on wp_users with the addition of wp_usermeta
- Media searching ignored
- Filter post_type thumbnail in Search result
- Generate list of tags from search results
- Use created page as search results page and custom template
- How do I search dynamically created content?
- Post 2 Post Site Search
- Using search.php without a ‘s’ field in searchform.php
- Search queries don’t seem to work?
- How to implement search suggestions into search bar?
- Array_search ignoring the first element [closed]
- Add Icon to Placeholder Text in Search Form
- Unexpected esc_html and esc_attr behaviour
- WordPress search page doesn’t work with either $_GET or $_POST
- Search Results No Link
- Modifying post content with the_post action hook
- Trying to remove plural ‘s’ from search Query but it’s just removing every letter of the end – what am I doing wrong? Thanks
- Search for two strings in WP search
- Sort search results by Custom Field
- Order search results by category
- Strip HTML Tags From Search Results
- How to build an advanced search form by post type?
- Should I create a parent page with no content? [closed]
- WordPress Search Form Issue | Misleading search URL. | Pointing to wrong URL
- Why WP_Query’s ‘s’=>’keyword’ searches only for ‘post_title’ and why not ‘post_content’?
- adding more text to a query string
- Independent search tool that returns exact match of a post title
- Site Title in my Search URL
- Search using WP_Query
- When clicking on submit from my searchform it takes me to home.php
- Prevent searches less than 4 characters
- My default search is not working
- Dashboard search function doesn’t work well
- My search form finds page 1 results but shows “error 404 page not found” on pages 2 on or clicking next
- twentyeleven theme: Where is the code that handles moving the search bar on resize?
- Displaying a list of tags in my archives page
- Page 2 of Search Results shows homepage
- Extend product search to search in attributes
- Search custom posts by meta key in admin
- Return All Tags from Search Result in Separate List
- Custom database table and custom search
- Can I replace the search bar with Programmable Search by Google?
- Banning special characters in search form input
- Search within the current page
- What are the available options for “Name” in WP search?
- how to make search with two input boxes
- WordPress search with more input fields?
- WordPress search not able to find the category
- Editing a Search Form
- How might I go about using the API to search for a user by email, but ensuring that it is an exact match?
- how to prevent the spam on search function?
- I have dynamic title tag in my wordpress but seo analyst show “No title Tag found error”?
- pre_get_posts improperly searching revisions
- Why is wp_dropdown_categories not searching within the sub-categories in my custom taxonomy
- limit the number of searches
- search for single meta_key with numeric array of meta values
- How to customize default wordpress search query
- Customizing Google’s Search box in WordPress [closed]
- I’ve messed up the admin search functionality. Help!
- meta field search too restrictive in pre_get_post() for custom search
- Content instead Excerpt on term
- Custom search results page not showing excerpt
- Error when searching without any results
- Listing parent section in search results
- Search results: How to add direct jump to anchor?
- Limit search to posts and pages
- How make Autocomplete with wp_query in post_type attachment
- WordPress Search – Reject partial matches
- Wp query search built out of 4 terms?