[ic] using a coordinated search with a search profile

NOW Website Coordinator interchange-users@icdevgroup.org
Sat Sep 28 08:25:03 2002


I may be trying to do something impossible, but if someone could let me know...

MY GOAL: I am trying to use the inactive field, but do not want to have to 
add it to every search.

WHAT WORKS:  The following works as a "Complex Search" in the UI Design 
function:
mp=default
co=1
sf=inactive
se=1
op=ne
nu=0
sf=issue
se=Children
op=rm
nu=0

I see the items I want, minus any marked inactive.  mp=default is very simple:
__NAME__ default
fi=products
tf=category,sku
ml=15
su=yes
__END__


WHAT DOESN'T WORK:

This complex search:
mp=default-no-inactive
sf=issue
se=Children
op=rm
nu=0

which uses the following profile:


__NAME__ default-no-inactive
fi=products
tf=category,sku
ml=15
co=1
sf=inactive
se=1
op=ne
nu=0


__END__



I get:

Sorry, no matches for Children | 1.

Ideas?

Thanks!