Ticket #1160 (closed enhancement: fixed)
[TiddlyWeb] keeping TiddlyWeb keywords in tiddlyweb.query
| Reported by: | jdlrobson | Owned by: | jdlrobson |
|---|---|---|---|
| Priority: | undefined | Milestone: | |
| Component: | tiddlyweb | Version: | |
| Severity: | undefined | Keywords: | TiddlyWeb |
| Cc: |
Description
I'm using jinja2 templates a lot and I am finding it increasingly annoying that when I render a page, that in the environ variable any query string parameters that are tiddlyweb keywords eg. select, sort, limit are not available in the convenient tiddlyweb.query dictionary.
eg. for http://myurl.com/instance/page?s=5&select=tag:foo&select=title:!bar
in the environ variable there is environtiddlyweb.query? = {'s':5?} but I would like it to be environtiddlyweb.query? = {'s':5?,'select':['tag:foo','title:!bar']}
At the moment I have to parse QUERY_STRING which is really irritating.
Can this be changed?
Change History
Note: See
TracTickets for help on using
tickets.
