Gossamer Forum
Home : Products : DBMan : Customization :

How to search exact mached one record on modify page ?

Quote Reply
How to search exact mached one record on modify page ?
How to meet exact mached one record on modify page ?

db.cgi?db=default&uid=default&ID=1&modify_form=1
When I give the above link, it brings records of ID eq 1, 11, 12,.31,...,91,..., 100, 101....


How can I meet only one record directly ?
=default&ID=1&modify ==> should only meet ID=1
=default&ID=8&modify ==> should only meet ID=8 directly,,, not 18, 28, 80 or 88.

Thank you advance.
Quote Reply
Re: How to search exact mached one record on modify page ? In reply to
Add &ww=1 to your link. That will force the search to look at "whole words."


------------------
JPD





Quote Reply
Re: How to search exact mached one record on modify page ? In reply to
Hi, JPD,

All the times you're right.

Three times thank you.
Quote Reply
Re: How to search exact mached one record on modify page ? In reply to
>>Add &ww=1 to your link. That will force the search to look at "whole words."<<

What link is this added to?

ooooops - nevermind - I figured out I could use a hidden field like this:

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

Works great - I'm learning ! <g>
-----------------
donm


[This message has been edited by donm (edited September 01, 1999).]