Skip to content

Commit

Permalink
Add required Base.metadata to make_searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
jweatherby authored and jpvanhal committed Aug 7, 2023
1 parent 14aa0fd commit f62ab59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Expand Up @@ -18,7 +18,7 @@ The following configuration options can be defined globally by passing them to m
Example ::


make_searchable(options={'regconfig': 'pg_catalog.finnish'})
make_searchable(Base.metadata, options={'regconfig': 'pg_catalog.finnish'})


Changing catalog for search vector
Expand Down

0 comments on commit f62ab59

Please sign in to comment.