Change requests
-
I was unsure whether open many or one with a list. I’m going with a list
- It would be nice if the short code could extract values from the querystring (QS). For example if the QS was
?name='godwin'
the shortcode could have a parameter such assql_where="namefield = '$name'"
so it would be expanded at run time. - I would like to have a way to influence the initial load of the data. A metaphor, or perhaps the solution, is as if a value had been placed in the search field before the table is drawn. This is different than a predefined where clause as the where clause is “sticky” for all subsequent searches Perhaps a shortcode like
search='godwin'
or something similar.for example say you want the initial draw to just show records with Godwin in them. Since it would be the same as if I had opened the page and entered Godwin in the search field. After that any search would be fresh.
- And finally. How about a check box for Search previous results. This could be an alternative to supporting filters on each column. With this I could search for all Godwin and then all Charles in the Godwin set.
I realize none of these are simple to implement so they are just ideas. I will not be offended if you reject them.
- It would be nice if the short code could extract values from the querystring (QS). For example if the QS was
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Change requests’ is closed to new replies.