Question
Hello,
I have problem with the
%Search{}% functionality. If I do a regular expression search for example with the following search string:".*Problem.*Software.*" then I get only the topics where "Problem" and "Software" are on the same Line. But I want all the topics containing "Problem" and "Software" even if "Software" is in another paragraph. How could I do such a search?
Thank you for your help and sorry for my bad english.
Environment
--
TWikiGuest - 23 Oct 2006
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.
Regular expression search works only on one line. Do an regular expression AND search:
Problem;Software
--
PeterThoeny - 23 Oct 2006
Thanks, now it works...
--
TWikiGuest - 24 Oct 2006