HTML filter and csv-file search

HTML filter and csv-file search

from 0$

HTML filter and csv-file search is a Package Installer from the Open Source WP Plugins range Easy way to enable jquery HTML filter or a CSV-file-search to a webpage. Use the…

For more information about a tailored Package Installer like HTML filter and csv-file search please contact us directly.

Two different shortcodes; [csvsearch] enables search in csv-file uploaded to the Media-library. Enter the URL in the shortcode to add a searchbox that will find matches in that file with a jquery-ajax-call and presents each row with the format specified. [filtersearch] enabled a filter search box to a page that filter contents instant with jquery. You can set the element to filter within and other settings through the shortcode attributes.

[csvsearch]

Add csv file search functionallity to any post or widget with the shortcode
[csvsearch src=”https://path_to/content/file.csv”]

With this shortcode a search button will be generated and will by instant-ajax-search search through the csv-file in the src attribute and return the rows found matching the search input.

Check blog post at jonashjalmarsson.se for live samples.

Settings:

There are some settings to control the search and output.

  • src Enter the path to the file to search, the file is uploaded through the Media archive as with any other file. Find the URL and enter it in this attribute.

  • format How each line in the output will be formatted.
    Use {b} to render etc. All { and } will be replaced with < and >.
    Use {0}, {1} etc. to place the columns where you want in the output line.
    Default is: {b}{0}{/b}, {1}, {2}{br/}
    column1 (in bold), column2, column3 end with line-break.

  • searchtext Text that will be shown in search button. Default is in swedish: ‘Sök’.

  • charset Default charset is ‘iso-8859-1’. Can be set to any charset available through this attribute.

  • instantsearch Should instant search be enabled. I.e. dropdown results when entering text. Default is ‘false’.

  • instantformat Format for instant search. Default is ‘{0}’.

  • dataidformat Which column contains ID. Is used when click on dropdown. Default is ‘{0}’.

  • csv_separator Set column delimiter to use. , or ; is normally used depending on csv type. Default is ‘;’

  • nothing_found_message Set your own message when there are no hits in search. Default is ‘Nothing found when searching for: ‘

  • exact_match Set to true to only match exact matches, case sensitive. Default is ‘false’

  • placeholder_text Set a text to be seen as placeholder for the search. Will be replaced when a search is made. Default is none.

Screenshot 1 shortcode:
[csvsearch format=”{0} | {1} | {3}{br/}” src=”/files/2016/07/sizedata.csv”/]
Which means showing first, second and fourth column from the file with a separator between and line break at the end.

[filtersearch]

Add filter/search functionallity to any post or widget with the shortcode
[filtersearch]

With this shortcode a filter input will be generated and will instant filter the content in the page or post. You will be able to select if all page will be filtered or just some of the elements.

Settings:

There are some settings to control the filter.

  • search_element Select within which html-element the content should be filtered. Should be entered as ‘element.classname’ (i.e. table.content or .content) in any form combining element, id and/or classname.

  • show_header_in_table Set to true if the first row in table is a title and always should be visible. Only affects when filtering tables.

  • text Replace the standard text placed in front of search box.

  • clear_icon_class Class to use to show ‘clear’-icon. Default is ‘delete-icon’.

  • clear_text Text to show in the clear button, useful instead of icon. Default is empty.

  • set_focus_on_load Set to true if setting filter input focused on page load, set false if not to focus. Default is ‘true’.

Screenshot 2 shortcode:
[filtersearch text=”Sök hämtningsdag för din ort” search_element=”table” show_header_in_table=”false”]

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

[HK] HTML filter and csv-file search

typePlugin
version1.1
descriptionEasy way to enable jquery HTML filter or a CSV-file-search to a webpage. Use the…