Hi,
I'm trying to create a query which will show the user all updated threads after his last login.
Query:
?searchJSON=%7B%22last%22%3A%7B%22from%22%3A%22lastVisit%22%7D%2C%22view%22%3A%22topic%22% 2C%22starter_only%22%3A+1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude _type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D
Result:
Your criteria is not restrictive enough and might return too many results. Please restrict your criteria and try again.
Someone got a query like this working?
Thanks in advance!
I'm trying to create a query which will show the user all updated threads after his last login.
Query:
?searchJSON=%7B%22last%22%3A%7B%22from%22%3A%22lastVisit%22%7D%2C%22view%22%3A%22topic%22% 2C%22starter_only%22%3A+1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude _type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D
Result:
Your criteria is not restrictive enough and might return too many results. Please restrict your criteria and try again.
Someone got a query like this working?
Thanks in advance!
Comment