The following regex search works for restricting a search to topic with a specified parent. It will only include direct children (not grandchildren).
%META:TOPICPARENT\{name="ParentTopic"\};searchstring
The ; separates search strings which are ANDed. These strings are extended regular expressions. (This is why { and } need to be escaped.)