{"id":24081,"date":"2013-07-04T07:15:25","date_gmt":"2013-07-04T07:15:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/search-storm\/"},"modified":"2016-04-11T13:38:32","modified_gmt":"2016-04-11T13:38:32","slug":"search-storm","status":"publish","type":"plugin","link":"https:\/\/az-tr.wordpress.org\/plugins\/search-storm\/","author":12262700,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.5","stable_tag":"1.5","tested":"4.4.34","requires":"1.0","requires_php":"","requires_plugins":"","header_name":"Multiple Category Search Storm","header_author":"IMSEO","header_description":"","assets_banners_color":"","last_updated":"2016-04-11 13:38:32","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/imseo.it\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":3104,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":"<ul>\n<li>First release<\/li>\n<\/ul>","1.1":"<ul>\n<li>The Menu category is disabled if the category no contain the subcategories or the category is not selected<\/li>\n<li>In admin panel you can select a empty option for category<\/li>\n<\/ul>","1.2":"<ul>\n<li>Fixed problems loading the list of categories on the search form<\/li>\n<\/ul>","1.3":"<ul>\n<li>Fixed problems loading locale<\/li>\n<li>Add custom css in admin<\/li>\n<\/ul>","1.4":"<ul>\n<li>Tested with WP 4.0<\/li>\n<\/ul>","1.5":"<ul>\n<li>Tested with Wp 4.4.2<\/li>\n<li>Frontend code Optimized<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.2","1.3","1.4","1.5"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"735867","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"735867","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"735867","resolution":"3","location":"assets"}},"screenshots":{"1":"Settings","2":"Plugin in action on wordpress page","3":"Plugin with css in action on wordpress page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[361,944,168,37061,162],"plugin_category":[42,43,57],"plugin_contributors":[93319],"plugin_business_model":[],"class_list":["post-24081","plugin","type-plugin","status-publish","hentry","plugin_tags-form","plugin_tags-search","plugin_tags-sidebar","plugin_tags-storm","plugin_tags-widget","plugin_category-contact-forms","plugin_category-customization","plugin_category-taxonomy","plugin_contributors-wallaceer","plugin_committers-imseosrl"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/search-storm.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/search-storm\/assets\/screenshot-1.png?rev=735867","caption":"Settings"},{"src":"https:\/\/ps.w.org\/search-storm\/assets\/screenshot-2.png?rev=735867","caption":"Plugin in action on wordpress page"},{"src":"https:\/\/ps.w.org\/search-storm\/assets\/screenshot-3.png?rev=735867","caption":"Plugin with css in action on wordpress page"}],"raw_content":"<!--section=description-->\n<p>Search Storm allows you to search for an article by combining multiple categories\nSearch Storm allows you to search:\n1) entering a keyword without selecting a category\n2) entering a keyword and selecting one or more categories<\/p>\n\n<h3>Requirements<\/h3>\n\n<!--section=installation-->\n<ol>\n<li>Upload this plugin to your Wordpress plugin directory( generally wp-content\/plugins\/ ).<\/li>\n<li>Activate it in admin area.<\/li>\n<li>Your theme should have a hardcoded search form or you should add a \"Search\" widget to sidebar to allow visitors searching.\nSearch Storm is working now!<\/li>\n<li>If Search Storm doesn't work, check whether or not there is a \"searchform.php\" file in your current theme directory, if not, you don't need do anything; If yes, edit this \"searchform.php\" following the below instructions:<\/li>\n<\/ol>\n\n<p>Your theme's \"searchform.php\" file may looks like below, with some other codes:<\/p>\n\n<pre><code>....\n&lt;form method=\"get\" id=\"searchform\" action=\"&lt;?php bloginfo('url'); ?&gt;\"&gt;\n    &lt;input type=\"text\" id=\"s\" name=\"s\" value=\"&lt;?php the_search_query(); ?&gt;\"  \/&gt;\n    &lt;input type=\"submit\" id=\"searchsubmit\" value=\"Search\" \/&gt;\n&lt;\/form&gt;\n...\n<\/code><\/pre>\n\n<p>add the <code>&lt;?php if(function_exists('wss_add_form_field')) wss_add_form_field(); ?&gt;<\/code> code to proper place inside <code>&lt;form&gt;<\/code> element, in most cases you can put it just after <code>&lt;input type=\"submit\" value=\"Search\" \/&gt;<\/code> button and before <code>&lt;\/form&gt;<\/code> close tag.<\/p>\n\n<p>That's all. You may want to add css styles to make search form nicer.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>What do I need to use this plugin?<\/dt>\n<dd><p>To use this plugin you need a plan yTicket and a website developed with wordpress<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Added dinamic categories selection by admin panel<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>The Menu category is disabled if the category no contain the subcategories or the category is not selected<\/li>\n<li>In admin panel you can select a empty option for category<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Fixed problems loading the list of categories on the search form<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Fixed problems loading locale<\/li>\n<li>Add custom css in admin<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Tested with WP 4.0<\/li>\n<\/ul>","raw_excerpt":"Search Storm allows you to search for an article by combining multiple categories","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/24081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=24081"}],"author":[{"embeddable":true,"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/imseosrl"}],"wp:attachment":[{"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=24081"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=24081"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=24081"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=24081"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=24081"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/az-tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=24081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}