search-pg-catalog
This commit is contained in:
parent
2222f6fc19
commit
ad1bb4af19
|
@ -41,4 +41,4 @@ class Author(Base):
|
|||
updated_at = Column(Integer, nullable=False, default=lambda: int(time.time()))
|
||||
deleted_at = Column(Integer, nullable=True, comment='Deleted at')
|
||||
|
||||
search_vector = Column(TSVectorType("name", "slug", "bio", "about"))
|
||||
search_vector = Column(TSVectorType("name", "slug", "bio", "about", regconfig="pg_catalog.russian"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user