heikkilevanto / beertracker

Simple script to track the beers I drink
GNU General Public License v2.0
2 stars 1 forks source link

Search within fields #220

Closed heikkilevanto closed 2 weeks ago

heikkilevanto commented 2 years ago

As commented in #86, it would be nice to be able to search only in beer names, breweries, locations, etc.

Add a new url argument, something like '...&sf=Beer', and modify the search logic to handle that.

Not very urgent.

heikkilevanto commented 2 weeks ago

Easier to do now with the new data model, when all fields are in $rec, and can be selected with $rec->{$fieldname}