We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys
I am trying to search for a thread withing my forum via the URL/Link ... I am trying to do it in the following manner.
$params = array( 'forum' => $this->shortname, 'thread' => ("link:" . $URL) );
$thread = $this->API->threads->list($params);
However the URL filtering is not working as desired since the results of that call contains all the thread of my forum.
Any advice?
Thanks
The text was updated successfully, but these errors were encountered:
It would seem that if I use the details method with same parameters I get an error code 2 when the thread is not found :)
Sorry, something went wrong.
No branches or pull requests
Hi guys
I am trying to search for a thread withing my forum via the URL/Link ... I am trying to do it in the following manner.
$params = array(
'forum' => $this->shortname,
'thread' => ("link:" . $URL)
);
$thread = $this->API->threads->list($params);
However the URL filtering is not working as desired since the results of that call contains all the thread of my forum.
Any advice?
Thanks
The text was updated successfully, but these errors were encountered: