[Answered ]-Filtering on an indexed value in a CommaSeparatedIntegerField

2👍

If you find yourself needing to search particular entities within a comma-separated field, you should probably consider whether that’s the correct format for your data. Perhaps a foreign key to a separate table might be more appropriate.

Leave a comment