linuxlewis / djorm-ext-pgfulltext

PostgreSQL full-text search integration with django orm.
Other
250 stars 84 forks source link

Remove db_index setting for VectorField #46

Closed cpbotha closed 9 years ago

cpbotha commented 9 years ago

When VectorField is used to represent a tsvector, PostgreSQL routinely reports that "OperationalError: index row size XXXX exceeds maximum 2712 for index 'yourfield_tsv'. In any case, you should probably use FTS indexing with tsvectors. For these reasons, we don't hardcode db_index and let the user decide.

landscape-bot commented 9 years ago

Code Health Repository health increased by 11% when pulling c83edac on cpbotha:fix-vectorfield-db_index into c4d9a62 on djangonauts:master.

niwinz commented 9 years ago

Thank you very much for this work.

But I don't have much time and interest in maintaining this package. I have added a note in the readme about searching new maintainers.

linuxlewis commented 9 years ago

Hey there, new maintainer here. Thanks again for your work. We went and implemented the same solution in a more complete way here: https://github.com/linuxlewis/djorm-ext-pgfulltext/commit/db8c220f0476bb6823204b9074909b33e844d9a4