joshpelkey / cfbets

College football betting web app, built with django/bootstrap/jquery
Apache License 2.0
15 stars 8 forks source link

Prop text search on all bets only startswith search #58

Open joshpelkey opened 6 years ago

joshpelkey commented 6 years ago

https://github.com/joshpelkey/cfbets/blob/b4e754e2bbfc3e3ba99832c0d78758ec32638301/cfbets/bets/views.py#L204

Make it search whole string.

joshpelkey commented 6 years ago

Also: https://github.com/joshpelkey/cfbets/blob/b4e754e2bbfc3e3ba99832c0d78758ec32638301/cfbets/bets/views.py#L259