Ifd:search within one language

From dev.ifd-library.org

Jump to: navigation, search

API version 3

Function public IfdConcept [] search_within_one_language (
                                                  String session_id,
                                                  String name_pattern) 
                      throws IfdServerException

EXPRESS Heading

Query function search_within_one_language(
                 name_pattern : STRING): LIST OF IfdConcept;

The function does exactly the same as searchForConcepts and has the same signature with only one difference: languages is mandatory input parameter. It is interpreted the following way: the first element is only language to search in. Whole languages in languages are used only to represent result. So it makes the function run quicker and helps to serve translation requests. User can specify search criteria in one language and get result on other interesting languages. And in general we think it is more natural to search anything in one language.


Back to the API