PostgreSQL FTS for Drupal project started

Posted on 2015-08-08 by Drupal Project

PostgreSQL Full Text Search for Drupal has been launched as a project. This project will allow the use of full Tsearch2 capabilities within Drupal-based websites. Currently supported features include:

  • Create and maintain PostgreSQL FTS indexes (also called field indexes in this module)
  • Indexes are based on columns and instance combinations
  • Indexes maintain themselves (act on CRUD actions of field data)
  • Basic Views integration (full text search filter handler per index)

If you use Drupal with PostgreSQL, join the project to help out.