🎨
Documentation - Ajax Search Lite
Get the PRO version!Download the Lite version for FreeDevelopment
  • Ajax Search Lite for WordPress documentation
  • Search Shortcode
    • Shortcode as a menu item
  • General Options
    • Sources and Basics
    • Search logic
      • Search logics explained
    • Triggers and redirection to results page
    • Results page live loader
    • Ordering
    • Autocomplete & Keyword Suggestions
  • Image Settings
  • Frontend search filters
  • Layout Options
    • Theme and Customization
    • Results layout and fields shown
    • Results box behavior
    • Keyword highlighter
  • Advanced Options
    • Title and Content fields
    • Advanced Title and Content fields
    • Keyword Exceptions
  • Compatibility Settings
    • Javascript Compatibility
Powered by GitBook
On this page
  • Keyword exceptions - replace anywhere
  • Keyword exceptions - replace whole words only

Was this helpful?

  1. Advanced Options

Keyword Exceptions

Removing keywords from the search phrases entered

PreviousAdvanced Title and Content fieldsNextJavascript Compatibility

Last updated 4 years ago

Was this helpful?

Keyword exceptions - replace anywhere

Keywords specified in this option are replaced in order within the search phrase with an empty string - mathing anywhere within the search string

Example

Defining the following keyword exceptions:

A123, B456, 999

..and searching the phrase: "AA123 A123 88999CC 999 BB4567" ..will result in a search for: "AA 88CC B7 "

Keyword exceptions - replace whole words only

Keywords specified in this option are replaced in order within the search phrase with an empty string - mathing only whole words

Example

Defining the following keyword exceptions:

A123, B456, 999

..and searching the phrase: "AA123 A123 88999CC 999 BB4567" ..will result in a search for: "AA123 88999CC BB4567"