/** * A module for the search backend that implements search using PostgreSQL * * @packageDocumentation */ export * from './database'; export * from './PgSearchEngine';