Question
Am I just missing something obvious?
%SEARCH{ ".*Capacity.*|.*Performance.*" scope="topic" regex="on"
format="---+++ $topic <p> $summary<hr><p>" }%
I expected:
FooCapacity
This is something about Foo.
I got:
FooCapacity
This is something about Foo.
(It works as I want if I use <h3>...</h3> instead.)
I'm thinking that having
---+ continue through the <p> is probably a "feature"...
Environment
--
VickiBrown - 22 Feb 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Doesn't
$n or
$n() do the trick?
--
FranzJosefGigler - 22 Feb 2008
Ah ha! Thanks.
--
VickiBrown - 03 Mar 2008
You're welcome.
--
FranzJosefGigler - 04 Mar 2008