function example_searches() { $x = parent::example_searches(); $x["attachment-count"] = array("{$this->abbr}:>2", $this); $x["attachment-filename"] = array("{$this->abbr}:*.gif", $this); return $x; }