$type="bananas";
$args=array(
'post_type' => 'bananas',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'meta_value',
'order' => 'ASC',
'meta_key' => '_bananas_size',
'meta_query' => array(
array(
'key' => '_bananas_size',
'value' => $_GET['size'],
'compare' => '>=',
'type' => 'NUMERIC'
)
)
);
$my_query = null;
$my_query = new WP_Query($args);
You can read more about the parameters for the WP_Query here. Also, some type of data validation and sanitization is recommended.
Related Posts:
- Solr vs. ElasticSearch
- Search is always exact [closed]
- Empty search returns home page, how to return not found search page?
- Limit search to latin characters
- How to look at code in WordPress repositories without downloading?
- Insert DIV container below 1st search result
- Search in WordPress – Difference of searchpage.php, searchform.php and search.php?
- How to make WordPress search prioritise page titles?
- How to add the author search in the default wordpress search?
- How to search for users based on added user metadata
- Search by Post ID and display content of the post in search result
- Let user change posts per page
- Exclude top-level pages from search results
- Search in non-English language returns only one result
- Turning Broken URLs Into Search Terms?
- How can I implement faceted search with WordPress 3.x?
- Search uses index.php instead of search.php on renaming search field from “s”
- How to control WordPress Search Behavior?
- Changing the default WordPress search action
- Get the selected term in a dropdown search
- Separating search results collectively by type
- Set default text for the_search_query();
- Changing the search results destination URL
- What are the different options for excluding certain post types from search results?
- Search in post title and custom fields
- How to change users smart quotes to dumb quotes in search bar?
- Strange Search Queries in Apache Status
- Trim the search result around the search word
- WP_User_Query search with multiple search queries
- update default search function and get postmeta entries
- Need to do blank search.
- Searching custom fields is removing search on the post_title column
- Edit search results in order to advertise
- WordPress, fetching users with an exact match in a string of comma separated values in user_meta
- Need to return a list based on Slug
- search form redirects to home
- How can I hide uncategorized products from search results?
- Using parent slug variable to display proper submenu not working properly
- Get Adjacent post by search query
- How to exclude pages from WP search based on page title
- why pre_get_posts works fine in post type archive, but not in search result list?
- How to get started?
- Search.php display results differently based on post type
- Improved WordPress search functionality and search form plugin
- Use wordpress search to display results within a post
- How to query two meta fields and display results between them
- how to search everything
- changing search result from only excerpt to full content
- Cannot pass ‘S’ parameter more than two letters
- Localization of WP theme
- Display Search Results after search 1st link
- How to have multiple instances of the same taxonomy in a search form
- WP + Google analytics = /search?
- Search result count not matching actual result
- WordPress custom search by post type
- WP_User_Query not searching
- How to search for post content and attached file names
- “Revision” records in wp_posts have original post type instead of “revision”
- Can’t place two custom post types into the WordPress search query?
- Replacement search plugin that reads widgets or catalogs entire page?
- Searching for one letter returns extra empty post
- How to create a search form with multiple search fields
- REST API: Search products only in the names
- Bots using internal wordpress search
- Search to include external content
- Altering search results to handle a post meta field not working in current WordPress
- WordPress Search by tags
- pulling in external JSON search results into WordPress
- WordPress search post using unicode
- search results in custom template search.php
- Create search box on Archive Custom post type
- How to pass variable to get_search_form()?
- Why the search results are wrong in search posts form?
- Search isn’t displaying all results
- How to use regular page template for search results?
- Search only blog posts on blog page
- Auto search field without buttons, shows first result from search page
- WordPress search.php pulling search results but also matching a page and pulling that information in
- Can I set up a search box that uses fields?
- How to Search Users on the Base of Latitude and Longitude in Users meta_key and meta_value
- Search Results Customization
- I want to edit the search function
- Returning the entire line of a custom search result filter
- search does not yield access restricted results
- Customizing Home Page with Pagelines Platform
- Search Limited to Categories Not Working
- Google Search and Own Website Search?
- How we filter the search base on post-meta tags
- Make search result returned only from tags! [duplicate]
- Form Data Causes “Page Not Found”
- WordPress search form and input type=”image”
- Search options/filters
- How to search pdf attachment?
- Website Search Results Not Showing Images
- How to search for articles containing two words?
- Wp eCommerce meta information search [closed]
- Exclude category in search results in functions.php
- WordPress Search – Reject partial matches
- Wp query search built out of 4 terms?
- How to quickly search posts by title in Admin interface