XPage data binding search on equivalent to @Subset(multivalue; 1)?

  • I have an XPage that has a DominoView data binding, and I’m using the “search” attribute to limit what appears from that. From what I understand this uses the FTSearch syntax, and my forays so far work perfectly using that syntax.

  • But I need to build a query that checks to see what the “first” entry of a multivalue field is, the one that would be on “top” in Document Properties if one looks at the field value. In Formula I would use @Subset(multivalue field; 1) and it would work.

  • How would I do that? Or alternative to obtain the same result?

Thanks for your time…