differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

Search word fridge #50

Closed angeanto closed 6 years ago

angeanto commented 6 years ago

https://github.com/differentreality/supplies_tracker/blob/2e6be1b051d2b8b51b8dade41445645ee59d382b/supplies_tracker/views.py#L216

name contains always fridge as a result to display this word for a storage even if i search a word like : bag , desk etc etc I think it doesn't work as we expect . It returns all storages every time for every keyword even if keyword doesnt exist

differentreality commented 6 years ago

Oops needs to be search_keyword instead Good catch :+1:

angeanto commented 6 years ago

It returns all storages every time for every keyword even if keyword doesnt exist

differentreality commented 6 years ago

Fixed in #49