Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.
int yaz_search (int id, string type, string query)
Yaz_search() prepares for a search on the
target with given id. The type represents the query type - only
"rpn" is supported now in which case the third argument is a
prefix notation query as used by YAZ. Like
yaz_connect() this function is non-blocking
and only prepares for a search to be executed later when
yaz_wait() is called.