regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Add search functionality in Admin view for posts #27

Open failedreality opened 4 months ago

failedreality commented 4 months ago

Search Functionality

This will add in a search bar to be able to search the posts under admin using full name or partial name.

i.e. space, and all posts/objects will be displayed.

The concept is working in my tester blog so I will work on this here.

failedreality commented 4 months ago

Created branch iis27_admin for this