11111
yaz_search
Construct | Description |
---|---|
@and query1 query2 | intersection of query1 and query2 |
@or query1 query2 | union of query1 and query2 |
@not query1 query2 | query1 and not query2 |
@set name | result set reference |
@attrset set query | - specifies attribute-set for query. This construction is only allowed once - in the beginning of the whole query |
@attr [set] type=value query | - applies attribute to query. The type and value are integers specifying the attribute-type and attribute-value respectively. The set, if given, specifies the attribute-set. |
- You can find information about attributes at the Z39.50 Maintenance Agency site.
Замечание: If you would like to use a more friendly notation, use the CCL parser - functions yaz_ccl_conf() and yaz_ccl_parse().
- Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
yaz_schema
yaz_set_option 22222