Customized django search and extended filters
- If any child table fields has the word being search, it will display the associated main record(app/admin.py).
- By default, django admin filter and search are customized. But search and filter are not.
- So the search query string in appended when filter URL is constructed(admin/filter.html).