Author: Alex Barkov
Email: [EMAIL PROTECTED]
Message:
> My english is no good. So, I have datas in database (Oracle - 80.000 records with 
>CLOBs fields) and I want to make index with mnoGoSearch. I want to search in 
>mnoGoSearch from Coldfusion page. How shall I do? I want to make one page with text 
>field for text search _and_ fields for database filter.
> 
> I think the best way to make it is with one or more SQL commands. With php, perl or 
>C client programm I can't do it.
> 
> Is it clear for you now?

Try something like this:

SELECT url_id,count(*) FROM dict WHERE word in ('words','to','find');

This is not what exactly search.cgi do, it groups words itself,
but this is probably suitable for some tasks.


Reply: <http://www.mnogosearch.org/board/message.php?id=3889>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to