Search Extension

Pagekit Search

Friendly IT Search for Pagekit extension enables you to make search request on "Blog", "Page", and You can use a Self Search Plugin to search through the database of your Pagekit site.

It contains "Search Widget".

image

Installation

Please install Search via the built-in Marketplace in your Pagekit Installation.

image

The extension and all its dependancies will be installed automatically.

Usage

If you wanna make "search page" - go to Site -> Add new Page -> Link in the Pagekit admin area. And make link to "/search".

Or / And u can use "Search widget"

Issues and feature requests

Please use the issues section to file any bugs or feature requests.


Old releases

0.1.6 (Dec 6, 2016)

Download search-0.1.6.zip


Changelog

0.1.7.9 (May 11, 2019)

Added

  • added plugin support DpnBlog - Advanced Blog (Pastheme/dpnblog) ver. 2.03, 2.07, 2.1.4 support (have limitations: no search on category, tags, slug, comments)

0.1.7.8 (September 25, 2018)

Fixed

  • Fixed Empty Search

0.1.7.7 (May 15, 2018)

Fixed

  • Fixed Markdown options (now this is inherited from the component)
  • Fixed error in search PagePlugin, when use MySQL and apply markdown options

Added

  • added new plugin "Widget/Text" search contetnt in Widgets type = 'Text'

0.1.7.6 (April 26, 2018)

Fixed

  • Fixed 'Blog Search Plugin': Missed resut of search in blog, when any is found in comments
  • Fixed 'Blog Search Plugin': Case-insensitive LIKE in SQLite

0.1.7.5 (April 24, 2018)

Fixed

  • Fixed Highlight bug (unicode pos failure)
  • Fixed "Pages", "Driven/Listings" plugin SQLite unicode compatible compare bug (Case-insensitive LIKE in SQLite)

Added

  • added plugin support "Driven / Listing ver 1.0.6 " MySQL Database
  • added : General Change: (betta release) improve compatible with Case-insensitive LIKE in SQLite Any other character matches itself or it's lower/upper case equivalent (i.e. case-insensitive matching). (A bug: SQLite only understands upper/lower case for ASCII characters. The LIKE operator is case sensitive for unicode characters that are beyond the ASCII range. For example, the expression 'a' LIKE 'A' is TRUE but 'æ' LIKE 'Æ' is FALSE.)."

0.1.7.4 (April 18, 2018)

Fixed

  • Fixed Highlight bug (unicode pos failure)

Added

  • added "#sahrp links item " in plugin "Driven / Listing ver 1.0.6 "
  • added Info Tab

0.1.7.3 (April 13, 2018)

Fixed

issue #7 Extension incompatible with sql_mode=only_full_group_by

  • Fixed MySQL <= 5.7.5 support (ONLY_FULL_GROUP_BY)

Added

  • added plugin support "Driven / Listing ver 1.0.6 " SQLite Only

Changed

  • IMPORTANT CHANGE! View Template ..\views\form\placeholder.html $result->title should not be escaped in this case, as it may contain span HTML tags wrapping the searched terms, if present in the title. If You use your own search result output template, you will notice that you need to correct the code according to the original template. (see row 108 - 114 in original placeholder.html)