choice of and/or in search form

D

D.Deveaux

Guest
Hi,

In config.php when $select_operator_feature = 0;
and $default_operator ='and' or 'or' every thinks work well.

But when $select_operator_feature = 1
"allow the choice "and/or" directly in the form during the search"
How is it possible to choose in the form search ?
I don't see anything to do this ?
Is there a problem in my config.php or elsewhere in my configurtion?
Perhaps I don't undestand or forget something.

D.Deveaux
 
E

Eugenio

Guest
D.Deveaux wrote:
>
>
> Hi,
>
> In config.php when $select_operator_feature = 0;
> and $default_operator ='and' or 'or'
> every thinks work well.
>
> But when $select_operator_feature = 1
> "allow the choice "and/or" directly in the form during the
> search"
> How is it possible to choose in the form search ?
> I don't see anything to do this ?
> Is there a problem in my config.php or elsewhere in my
> configurtion?
> Perhaps I don't undestand or forget something.


You should see at the top of the page a menu: Any/All the conditions required. Do you?

(Latest version of DaDaBIK when this message was posted: 1.8)
 
D

D.Deveaux

Guest
Hi,

I found the problem.
In the producted html page,
in the first <td> of the table there 's no </select> before </td>.
Some versions of browsers accept and display the first part of the form, and others not.

D.Deveaux
 
Top