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