Extra FullSearch argument for substitute text on empty search result

For example, in cases where there are headings with only FullSearch invocations, e.g.,

== All X ==
   <<FullSearch(X)>>

== All Y ==
  <<FullSearch(Y)>>

== Discussion ==

the result could look like this

All X

All Y

Discussion

With an added argument, it could instead look like this

== All X ==
 <<FullSearch(X, "(none)")>>

== All Y ==
 <<FullSearch(Y, "(none)")>>

== Discussion ==

the result could look like this

All X

All Y

Discussion

I suppose the same might be requested for other types of searches.


CategoryFeatureRequest

MoinMoin: FeatureRequests/AlternateTextOnEmptyFullSearchResult (last edited 2009-11-28 22:31:01 by ReimarBauer)