[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] joined search problem
I have found that when doing numeric, value-based searches, I get the
expected results by setting the "coordinated search" flag to 1:
co=1
Here is an example that starting working great after this modification:
search="
fi=products
st=db
ra=yes
ml=[control pool 1000]
sf=due_in_count
co=1
se=0
op=le
nu=1
"]
Likewise, it's sister/opposite search starting working as well:
search="
fi=products
st=db
ra=yes
ml=[control pool 1000]
sf=due_in_count
co=1
se=1
op=ge
nu=1
"]
Andrei Gologan wrote:
>>>Andrei Gologan wrote:
>>>
>>>
>>>
>>>>sf=vertrieb
>>>>se=1
>>>>op=rm
>>>>nu=0
>>>>su=1
>>>>
>>>>
>>>>
>>>>
>>>You're using a regexp but shouldn't you set the nu to 1 and op to eq if
>>>it is in fact a numeric field that you are testing for with the value of
>>>one?
>>>
>>>
>>>
>>i also tried:
>>
>>sf=vertrieb
>>se=1
>>op=eq
>>nu=1
>>su=1
>>=0
>>
>>
>>but the same .... it shows me all with or without 1 in the vertrieb
>>
>>
>field.
>
>
>>and besides the search works in a one click search only for the search box
>>it doesn´t .....
>>i have no idea ......
>>
>>
>
>
>what i noticed ist that if i search only for sku and vertrieb or for
>description and vertrieb it works ; but when I have 3 search fields it does
>not .....
>
>_______________________________________________
>interchange-users mailing list
>interchange-users@icdevgroup.org
>http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
>
>