Plugin Directory

Changeset 395400


Ignore:
Timestamp:
06/10/2011 10:09:32 AM (15 years ago)
Author:
ekeller
Message:

Added deletion feature in OSS plugin

Location:
opensearchserver-search/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • opensearchserver-search/trunk/readme.txt

    r395099 r395400  
    44Requires at least: 3.0.1
    55Tested up to: 3.1.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88
     
    1010
    1111== Description ==
    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.
     12WordPress 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.
    1313
    1414Key Features
    1515
    16  * Filter search results by FacetField,
     16 * Filter search results by Facet Field,
    1717 * Automatically index an post when you publish an post,
    1818 * Search through posts and pages,
     
    2828= Installing the plugin =
    2929
    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.
    3334
    3435== Frequently Asked Questions ==
     
    4546Q: When i click Create-index/Save button or reindex button i got an exception with Bad credential
    4647
    47 A: Please check the credential is correct that you have create in OpenSearchServer instance under the privilages tab.
     48A: Check the credential is correct that you have create in OpenSearchServer instance under the privilages tab.
    4849
     50Q: 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
     52A: Check that you server is enabled with CURL extension else install it.
    4953
    5054== Screenshots ==
    5155
    52 1.OpenSearchServer Settings Page.
    53 2.Search provided by OpenSearchServer with facet and filter.
     561. OpenSearchServer Settings Page.
     572. Search provided by OpenSearchServer with facet and filter.
    5458
     59= 1.0.2 =
     60* Added deletion feature in OSS plugin
    5561
    5662= 1.0.1 =
    57 * Implemented and overrided wordpress search to OpenSearchServer search
    58  
     63* Implemented and overridden wordpress search to OpenSearchServer search
     64
Note: See TracChangeset for help on using the changeset viewer.