gerrit
Posts: 131
|
| Posted: 10/05/2005, 12:50 PM |
|
Hello there,
In my CCS project I want to make a keyword search .
(All words) from de database
Now the user can only seacrh for the exact phrase. For example when in the record there is a line that says: book hello 123. When I search "book" it will find it but when I search for "book 123" it doesn't find anything.
I think to do this you have to split the keywords in an array or something I and then pass these as parameters or something. I just don;t know how to do this and wheer to put the code. I am not really a star in PHP.
Hope someone can help me with this
_________________
| http://www.vision.to | |
 |
 |
Walter Kempees
|
| Posted: 10/05/2005, 4:06 PM |
|
This thread is not that fresh anymore, I think this is where your asnwer is: http://forums.codecharge.com/posts.php?post_id=57524
Also in this forum "more than one word to search: October 4, 2005
"gerrit" <gerrit@forum.codecharge> schreef in bericht
news:543442e9600fe5@news.codecharge.com...
> Hello there,
>
> In my CCS project I want to make a keyword search .
> (All words) from de database
>
>
> Now the user can only seacrh for the exact phrase. For example when in the
> record there is a line that says: book hello 123. When I search "book" it
> will
> find it but when I search for "book 123" it doesn't find anything.
>
> I think to do this you have to split the keywords in an array or something
> I
> and then pass these as parameters or something. I just don;t know how to
> do
> this and wheer to put the code. I am not really a star in PHP.
>
> Hope someone can help me with this
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
gerrit
Posts: 131
|
| Posted: 10/06/2005, 1:00 AM |
|
but d'r is no example,
do I make search grid, where put I the code ??
I just don;t know how to do this and wheer to put the code. I am not really a star in PHP.
hope some one can help me
_________________
| http://www.vision.to | |
 |
 |
Walter Kempees
|
| Posted: 10/06/2005, 2:17 AM |
|
Gerrit
Depending on what you need I would say you need at least a search/grid.
The grid showing the resulting records'data.
The search giving the user a possibility to enter the search criteria.
Then in the design you will be able to adjust the SQL that is being used to
fill the grid.
Hope this helps you and make sense, if not send an email to kempe819 at
planet dot nl
en dat mag in het Nederlands.
"gerrit" <gerrit@forum.codecharge> schreef in bericht
news:54344d9a0d082d@news.codecharge.com...
> but d'r is no example,
> do I make search grid, where put I the code ??
> I just don;t know how to do this and wheer to put the code. I am not
> really a
> star in PHP.
>
> hope some one can help me
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|