Opened 5 years ago
Closed 5 years ago
#30744 closed Cleanup/optimization (invalid)
Where did fulltext index support for MySQL go?
Reported by: | Mike Robinson | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 2.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It is my understanding that Django (e.g. 1.9) used to contain support for MySQL "fulltext" searches and indexes, but I can't find that in 2.2.
Was it removed? Did it change? Am I missing something?
Change History (1)
comment:1 by , 5 years ago
Component: | Uncategorized → Database layer (models, ORM) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Type: | Uncategorized → Cleanup/optimization |
Note:
See TracTickets
for help on using tickets.
__search
lookup was deprecated in Django 1.10 and removed in Django 2.0.Closing per TicketClosingReasons/UseSupportChannels.