php-frontend Digest 24 Jan 2006 17:45:05 -0000 Issue 110
Topics (messages 932 through 933):
search problem with AddCatLimit
932 by: Jaskula Thomas
Webboard: Search-results "Google-style" - with
more than one result
933 by: nobody.mnogosearch.org
Administrivia:
To subscribe to the digest, e-mail:
<php-frontend-digest-subscribe mnogosearch.org>
To unsubscribe from the digest, e-mail:
<php-frontend-digest-unsubscribe mnogosearch.org>
To post to the list, e-mail:
<php-frontend mnogosearch.org>
------------------------------------------------------------
----------
Hi, I use MnoGoSearch.GoSearch COM object for my search
result page. I
indexed two different servers with a Category parameter. I
would like to
search within one or another category but it seems that
AddCatLimit method
has no effect. Is there something I'm doing wrong ? Here is
my code
$engine= new COM("MnoGoSearch.GoSearch");
$engine->DBAddr= $DBAddr;
$engine->SetCharset($charset);
$qstr=$_SERVER['QUERY_STRING'];
$engine->AddCatLimit("CATA");
$result = $engine->Find($qstr);
if ($result->Valid) {
if ($result->Count == 0 ) {
........
.....
.....
Thanks in advance for your help,
Cheers,
Thomas
Author: Jens
Email: mnogos jensmeyer.de
Message:
Hello all!
I started to use mnogosearch for one webproject today -
really a great tool!
So I can not believe that it is not easily possible to
display the search-results from page-text on the result-page
- like Google.
With actual installation he shows only the description of
the page (meta-tags) and the first lines of content.
I found some old requests for that (2001) and you wrote it
is on the TODO. So I would suggest that this feature is
implemented already.
I am using PHP-Frontend and would greatly appreciate any
help or tipps.
Kind regards,
Jens
Reply: <http://www.mnogosearch.org/board/message.php?id=17401&g
t;
|