<%@ Page Language="C#" AutoEventWireup="true" CodeFile="search.aspx.cs" Inherits="EQUELLA.search" %> EQUELLA SOAP Searching Example
Search Details
Query
A simple text query. E.g. course*
Where
Example:  where /xml/my/metadatanode like 'val%'  See the SOAP API documentation (SoapService41.searchItems) for the complete documentation on the where clause.
Only Live Items?
Include on LIVE items in the search results. I.e. not DRAFT.
Sort Type
Order the results by
Reverse Sort?
Reverses the order of the Sort Type
Offset
The index of the first result to retrieve (zero based, i.e. zero is the first result). E.g. if your search returns 200 results, you could retrieve results 50 to 100 using an Offset of 50 and a Maximum Results of 50.
Maximum Results
The maximum number of results to return.