Closed cpbotha closed 9 years ago
Repository health increased by 11% when pulling c83edac on cpbotha:fix-vectorfield-db_index into c4d9a62 on djangonauts:master.
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.
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
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.