![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re^4: CGI.pm: Want your query_string() sorted or unsorted?by markjugg (Curate) |
on Aug 13, 2009 at 22:09 UTC ( #788455=note: print w/replies, xml ) | Need Help?? |
In this case, the query string represents a "saved search", and the design has worked fairly well over time.
One complication here is that some of the search values have multiple keys. If we were to use Codd's third normal form, we wouldn't have just one row per search, but a whole collection of table rows.
There are definitely other cases and future cases where I could consider putting each search value it's own database column.
In Section
Seekers of Perl Wisdom
|
|