rpn2solr: support truncation left(2), left&right(3) YAZ-718
[yaz-moved-to-github.git] / src / mterm2.asn
1 UserInfoFormat-multipleSearchTerms-2
2 {Z39-50-userInfoFormat MultipleSearchTerms-2 (5)} DEFINITIONS ::=
3 BEGIN
4 IMPORTS Term FROM Z39-50-APDU-1995;
5
6 MultipleSearchTerms-2 ::= SEQUENCE OF SEQUENCE{
7                              term  [1]   Term,
8                              flag  [2]   IMPLICIT BOOLEAN OPTIONAL}
9
10 END