项目作者: Zsott

项目描述 :
AdvancedSearch Class for ArcGIS JS API
高级语言: JavaScript
项目地址: git://github.com/Zsott/AdvancedSearch.git
创建时间: 2017-05-08T08:33:44Z
项目社区:https://github.com/Zsott/AdvancedSearch

开源协议:

下载


AdvancedSearch

AdvancedSearch Class for ArcGIS JS API

The aim of this project is to create a custom (Advanced) Search Class for ArcGIS JS API that extends the normal contains logic of the Search Class and combines start with logic with contains logic.
In SQL this means that first where fieldname like 'exp%' will be validated then (if necessary) where fieldname like '%exp%' will be validated and added to the results.