Posted by jhutar2 on March 15, 2011 at 7:59am
Hello,
I'm using Services to push data from various sources as nodes. I need a way how to determine if some article was already inserted, or I should push it again. So I'm doing search.searchNodes(key, username) - search by username which "publishes" the nodes.
My issue is, that if user published more than 10, I'm getting only 10 newest articles.
I'm using Drupal 5.
Do you have any idea on how to solve this?
Regards,
Jan
Comments
So at the end, I have
So at the end, I have "solved" this by searching for '"<title>" <username>' and checking if what I want to insert was found.