[ic] Different mv_substring_match for diff. fields

Davor Ocelic docelic at spinlocksolutions.com
Fri Jun 27 18:16:37 UTC 2008


On Fri, Jun 27, 2008 at 01:44:00PM -0400, Mike Heins wrote:
> Quoting Davor Ocelic (docelic at spinlocksolutions.com):
> > 
> > Putting  name="mv_substring_match" value="0,1,1"  does not help,
> > only the first option '0' is being used. (With or without the use
> > of  mv_coordinate=1).
> 
> You can't do it without mv_coordinate. The comma method does not work
> for things like that. You just need:
> ...

Right. I did that and still the first setting applies to all.

Here's again the form I have now:

<input type="hidden" name="mv_session_id" value="[data session id]">

<input type="hidden" name="mv_searchtype" value="db">
<input type="hidden" name="mv_matchlimit" value="100">

<input type="hidden" name="mv_coordinate" value="1">

<input type="hidden" name="mv_search_field" value="part">
<input type="hidden" name="mv_search_field" value="title">
<input type="hidden" name="mv_search_field" value="description">

<input type="hidden" name="mv_substring_match" value="0">
<input type="hidden" name="mv_substring_match" value="1">
<input type="hidden" name="mv_substring_match" value="1">

<input type="hidden" name="mv_sort_field" value="part">
<input type="hidden" name="mv_sort_field" value="title">
<input type="hidden" name="mv_sort_field" value="description">

Thanks,
-doc




More information about the interchange-users mailing list