Skip to content

Using TSVector in database model raises NotImplementedError #21

@arawxx

Description

@arawxx

If using a TSVector type column (for Full-text Search purposes in PostgreSQL) in the database model raises a NotImplementedError. I think one could simply ignore this column in the admin panel?

Edit: I'm using the TSVectorType from the SQLAlchemy-Utils package.
Edit 2: I suggest we add a field such as "ignore_fields" which takes in a set / list of strings and does not add them to the view inside the admin panel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions