Search a single character

P

Paul Sharpe

Guest
If I enter "B" (without the quotes) in the last name search field, the result page shows all last names with "B" contained anywhere in them. I want the result to show only last names STARTING with the letter "B".

Any suggestions on how to do this would be greatly appreciated.

THANKS
 
E

Eugenio

Guest
Paul Sharpe wrote:
>
> If I enter "B" (without the quotes) in the last name search
> field, the result page shows all last names with "B"
> contained anywhere in them. I want the result to show only
> last names STARTING with the letter "B".
>
> Any suggestions on how to do this would be greatly appreciated.

DaDaBIK doesn't support this kind of search at the moment, you can if you want change the way with which DaDaBIK handles the like.... search.
In business_logic.php search where like is used and change like '% ....some stuff here...%', deleting the last %.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top