Question
I would like to search for meta information and the body text.
For example:
A topic has been assigned to the
TopicClassification (meta data) "AskedQuestions" and also to the categorie "Permissions" (body text). Now I need to list all topics which fulfil the criteria.
Environment
--
ThomasEsau - 18 Nov 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
That is an "and"
SEARCH for
META:FIELD.*TopicClassification.*AskedQuestions;Category: Permissions with
type="regex". Note the ";", it is an "and" for search type regex.
--
PeterThoeny - 18 Nov 2006
Great help! Thanks!
--
ThomasEsau - 19 Nov 2006