Answer the question
In order to leave comments, you need to log in
How to exclude one record from search with id?
It is necessary to organize the search for similar articles by the title of the article. In the search in the first place the same article.
How to exclude it from the search by id?
There is a function SetIDRange($min, $max); But here min and max id are set.
I can't think of anything but to duplicate the id in the attribute and use:
SetFilter ( $qid, array($exclude_id), $exclude=true)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question