Changeset 2333412
- Timestamp:
- 07/01/2020 10:03:17 AM (6 years ago)
- File:
-
- 1 edited
-
search-box-seo/tags/1.0.0/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
search-box-seo/tags/1.0.0/readme.txt
r2332876 r2333412 14 14 == Description == 15 15 16 ### Search Box SEO16 ### Live Search Forms with Search Box SEO 17 17 18 18 *Let your visitors find content easily by adding a live search. If you activate the statistics, you can also see which pages are the most popular.* … … 30 30 - Choose between search engines for the live search: 31 31 - Default WordPress search engine (has no support for typos and synonyms) 32 - SitePack search engine ( free to use, premium packages available)32 - SitePack search engine (premium) 33 33 34 34 - Developer friendly. If you'd like to contribute to this plugin, [open our repository](https://github.com/sitepack-io/search-box-seo). … … 40 40 - *Default WordPress search engine* is a simple way for search. This search engine does not filter typos and does not use synonyms to find more content. This search engine is enabled by default. 41 41 42 - *SitePack search engine* is a bit more advanced and does not run completely on your own WordPress installation. SitePack search does use synonyms, caching, suggestions and synonyms. You'll have to [create a freeAPI key](https://search.sitepack.io/generate-api-key#utm_source=wp-plugin-repo&utm_medium=referral&utm_campaign=create-api-key) to activate this integration. On every published post, there will be a trigger to update the (remote) search index. SitePack does only save data about the indexed document itself. The document will be removed automatically when you delete the post or page.42 - *SitePack search engine* is a bit more advanced and does not run completely on your own WordPress installation. SitePack search does use synonyms, caching, suggestions and synonyms. You'll have to [create an API key](https://search.sitepack.io/generate-api-key#utm_source=wp-plugin-repo&utm_medium=referral&utm_campaign=create-api-key) to activate this integration. On every published post, there will be a trigger to update the (remote) search index. SitePack does only save data about the indexed document itself. The document will be removed automatically when you delete the post or page. 43 43 44 44 <blockquote> 45 45 <h4>Become a Premium user</h4> 46 <p>Search Box SEO is a completely free plugin. If you'd like to use the improved SitePack search engine, you can try it for free. When you upgrade the API key you'll get:</p>46 <p>Search Box SEO is a completely free plugin. If you'd like to use the improved SitePack search engine, you can upgrade later. When you upgrade the API key you'll get:</p> 47 47 <ul> 48 48 <li>Search for products, pages, posts and categories</li> … … 75 75 = Can I change or upgrade the search engine? = 76 76 77 Yes, you can! We offer a (limited) free version of the [SitePacksearch engine](https://search.sitepack.io/#utm_source=wp-plugin-repo&utm_medium=referral&utm_campaign=faq) to improve your internal search results. This search engine can handle typo's and synonyms, so the search experience should be a lot better and faster.77 Yes, you can! We offer premium [search engine](https://search.sitepack.io/#utm_source=wp-plugin-repo&utm_medium=referral&utm_campaign=faq) to improve your internal search results. This search engine can handle typo's and synonyms, so the search experience should be a lot better and faster. 78 78 79 79 = Advanced: Can I add extra post types in the search engine? = 80 Yes, if you're a bit handy with PHP, you can use our filter to add more post types. After you have added the post types, you need to re-index the search engine. 81 82 ``` 83 <?php 84 add_filter('search_box_post_types', function($post_types){ 85 // add your post types here in the array 86 87 return $post_types; 88 }, 10, 1); 89 ?> 90 ``` 80 Yes, if you're a bit handy with PHP, you can use our filter to add more post types. After you have added the post types, you need to re-index the search engine. You can find the related [PHP code](https://github.com/sitepack-io/search-box-seo) on our Readme file on Github. 91 81 92 82 *Note: this feature will only work with the SitePack search engine, the default WordPress search does not support all custom post types!*
Note: See TracChangeset
for help on using the changeset viewer.