#title Discussion with pj about [search] Usertag in Action Maps #author Stefan Hornburg (Racke) #topics blog; Interchange #date 2007-03-09 #pubdate 2007-03-09T10:37:53+01:00 #lang en Action maps are a nice way in Interchange to turn human readable links into Interchange searches. The required syntax for triggering a search is far from nice: $CGI->{co} = 1; $CGI->{fi} = 'products'; $CGI->{st} = 'db'; $CGI->{sf} = join "\0", 'prod_group', 'category'; $CGI->{op} = join "\0", 'eq', 'eq'; $CGI->{se} = join "\0", $prod_group, $category; $CGI->{sp} = 'results'; $CGI->{mv_todo} = 'search'; $Tag->update('process'); return (1, 'results'); I agreed with pj on IRC that a [search] usertag would make things more easier to the enduser.