Django Search: Multiple Fields and Full Text
Text Search - Django Model Fields Django has a pretty flexible ORM, but sometimes clients need a free-form text search to get down to the content that you are looking for. It is beyond the capability of most engineers to build a comprehensive search tool and shoehorn it into an existing application. There are people working on these problems for years.
This does remind me of a senior boss that asked me to add a fuzzy search field to an application and that it was “super simple”.