This project is not covered by Drupal’s security advisory policy.
This views filter provides a case-insensitive and unaccent searches functionality for filter criteria when using PostgresSQL database in Drupal.
Postgres need the "unaccent" extension in order to removes accents (diacritic signs) from lexemes and use "ILIKE" operator to make the match case-insensitive.
The module allows searches in multiple fields (select how many fields you want) or a single field (select only one field).
Requirements:
1. Postgres database at least 9.1 version;
2. Extension "unaccent" active or available in Postgres;
The module checks the requirements and warns if somethings is wrong.
Usage:
1. Install the module;
2. Add the filter "PostgreSQL insensitive/unaccent search" to your View;
3. And adjust the configurations that you need;
| Attachment | Size |
|---|---|
| pgsql_combine_filter_views.zip | 3.8 KB |
| pgsql_combine_filter_views.tar_.gz | 2.16 KB |
Project information
- Project categories: Site search
- Created by lucass on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.