<< Click to Display Table of Contents >> Navigation: Technical Documentation > OpenAir SDK > Browser |
OpenAir includes a search part that allows to find elements to modify the tracks of the AirDDO. This search is based on the current AirDDO database.
Prerequisites: all AirDDOs must have the same common database.
The search uses 2 services :
Advanced Search:
POST [url service]/api/Items/Search
Body parameter (example):
{
Criteria: [{Field: "type", CriteriaValue: "1", OrderOperator: "="},{Field: "author", CriteriaValue: "%john%", OrderOperator: "like"}],
MaxResults: 300,
OrderBy: [],
ddo_id: "3b7facff-78be-448e-aef7-54843c0434a4"
}
Main Search:
POST [url service]/api/Items/GlobalSearch?type_item=1&max_results=300
Body parameter (example):
“john”
Each result line can be used to feed the current AirDDO carts.
Just click on the desired result item and then drag and drop in a cart.
The browser is hidden from the beginning of the operation to allow the selection of any cartridge.
When dropping, depending on the type of channel and the element overflown, buttons allow you to replace or insert the element: