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