Thanks!
I have another question, though:
I need to force my search engine I'm building to make matches with multiple
fields and tables.
I managed to make, a match throughout multiple fields but single table:
SELECT rid,nazivRecepta,MATCH nazivRecepta,uvod,nacinPripreme AGAINST
('vegetine') as relevance FROM recepti order by relevance desc
I also need to include nazivSastojka field from table sastojci into upper
query.
How do I do that?
And another question is how to insert date into database but in format
dd.mm.yyyy.
Thank you very, very much!
Bye.