Difference between revisions of "WikiDB/Feature requests"

From TestWiki
Jump to: navigation, search
(New page - added Shane's request.)
 
m (Ignore link syntax in criteria when filtering on link fields: add nowikis)
Line 5: Line 5:
 
== Ignore link syntax in criteria when filtering on link fields ==
 
== Ignore link syntax in criteria when filtering on link fields ==
  
I'd like to submit one feature request, though I'm not sure how plausible it is. I came across this issue: I have a value I'd like to display elsewhere which is identified by one field's data being "ES012". However, for display purposes, the value as it is entered is "[[ES012]]", as I need it to display in a wikilink. Thus, I've defined the column as "wikistring", as this appears neccisary to make the link display correctly. Here is where my issue comes in: to repeat the data, I must put
+
I'd like to submit one feature request, though I'm not sure how plausible it is. I came across this issue: I have a value I'd like to display elsewhere which is identified by one field's data being "ES012". However, for display purposes, the value as it is entered is "<nowiki>[[ES012]]</nowiki>", as I need it to display in a wikilink. Thus, I've defined the column as "wikistring", as this appears neccisary to make the link display correctly. Here is where my issue comes in: to repeat the data, I must put
  criteria="Description=[[ES012]]"
+
  criteria="Description=<nowiki>[[ES012]]</nowiki>"
 
rather than the more intuitive
 
rather than the more intuitive
 
  criteria="Description=ES012"
 
  criteria="Description=ES012"

Revision as of 16:22, 18 June 2009

Please add any feature requests which you may have for WikiDB to this page.

Before adding new suggestions, please check WikiDB/Features, WikiDB/ToDo and WikiDB/Bugs to ensure that it is not already covered by one of those.

Ignore link syntax in criteria when filtering on link fields

I'd like to submit one feature request, though I'm not sure how plausible it is. I came across this issue: I have a value I'd like to display elsewhere which is identified by one field's data being "ES012". However, for display purposes, the value as it is entered is "[[ES012]]", as I need it to display in a wikilink. Thus, I've defined the column as "wikistring", as this appears neccisary to make the link display correctly. Here is where my issue comes in: to repeat the data, I must put

criteria="Description=[[ES012]]"

rather than the more intuitive

criteria="Description=ES012"

So again, I'm not sure if it's possible or plausible to strip out the wikilink symbols when searching the table with the repeat tag, but it's something I'd very much like to see.

-- (sent by User:InShaneee, via e-mail)