This question about Topic Markup Language and applications: Answered
Use %SEARCH to finde more Topics with the same beginnig
I am using the %SEARCH% to look for all Topics with the same beginning.
For example we have three Topics in the same upper Topic:
Topic_test1
Topic_test2
Task_test3
And now I´d like to find only the Topics, which starts with "Topic", not the one with "Task".
I heard to wirte...
%SEARCH{
...Topic*...
...
}%
...but it doesn´t work.
Please help,
--
ClemensAschenberger - 03 Sep 2012
The solution would be:
%SEARCH{"Topic.*"
type="regex"
scope="topic"
...
--
LynnwoodBrown - 12 Jan 2015