Changeset 395400
- Timestamp:
- 06/10/2011 10:09:32 AM (15 years ago)
- Location:
- opensearchserver-search/trunk
- Files:
-
- 1 added
- 2 edited
-
index.php (added)
-
readme.txt (modified) (4 diffs)
-
screenshot-1.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
opensearchserver-search/trunk/readme.txt
r395099 r395400 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.1.3 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 … … 10 10 11 11 == Description == 12 WordPress OpenSearchServer Search Plugin allows to use OpenSearchServer to enable full text search on WordPress-based websites. This plugin replaces WordPresss built-in search functionality.12 WordPress OpenSearchServer Search Plugin allows to use OpenSearchServer to enable full text search on WordPress-based websites. This plugin replaces WordPress's built-in search functionality. 13 13 14 14 Key Features 15 15 16 * Filter search results by Facet Field,16 * Filter search results by Facet Field, 17 17 * Automatically index an post when you publish an post, 18 18 * Search through posts and pages, … … 28 28 = Installing the plugin = 29 29 30 1. Unpack the plugin archive to wp-content/plugins folder of your WordPress installation. 31 2. Activate OpenSearchServer plugin via WordPress Settings. 32 3. Open OpenSearchServer settings page and just fill the form and create and index and re-index it for first time. 30 1. Check you have a running OpenSearchServer instance 31 2. Unpack the plugin archive to wp-content/plugins folder of your WordPress installation. 32 3. Activate OpenSearchServer plugin via WordPress Settings. 33 4. Open OpenSearchServer settings page and just fill the form and create and index and re-index it for first time. 33 34 34 35 == Frequently Asked Questions == … … 45 46 Q: When i click Create-index/Save button or reindex button i got an exception with Bad credential 46 47 47 A: Please check the credential is correct that you have create in OpenSearchServer instance under the privilages tab.48 A: Check the credential is correct that you have create in OpenSearchServer instance under the privilages tab. 48 49 50 Q: I get an error when I install opensearchserver "Fatal error: OSS_API won't work without curl extension in "opensearchserver-search\OSS_API.class.php" on line 23" 51 52 A: Check that you server is enabled with CURL extension else install it. 49 53 50 54 == Screenshots == 51 55 52 1. OpenSearchServer Settings Page.53 2. Search provided by OpenSearchServer with facet and filter.56 1. OpenSearchServer Settings Page. 57 2. Search provided by OpenSearchServer with facet and filter. 54 58 59 = 1.0.2 = 60 * Added deletion feature in OSS plugin 55 61 56 62 = 1.0.1 = 57 * Implemented and overrid edwordpress search to OpenSearchServer search58 63 * Implemented and overridden wordpress search to OpenSearchServer search 64
Note: See TracChangeset
for help on using the changeset viewer.