Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Application
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • MapbenderBundle
  • ProxyService
  • Size
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils

Interfaces

  • InstanceLayerIn
  • SearchEngine
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class SQLSearchEngine

Namespace: Mapbender\CoreBundle\Component
Located at Mapbender/CoreBundle/Component/SQLSearchEngine.php
Methods summary
public
# __construct( mixed $container )
public Array
# autocomplete( Array $config, String $key, String $value, Object $properties, String $srs, Array $extent )

SQL Autocomplete method

SQL Autocomplete method

Parameters

$config
Array
$config Search configuration
$key
String
$key Autocomplete field nme
$value
String
$value Autocomplete value
$properties
Object
$properties All form values
$srs
String
$srs Current map SRS
$extent
Array
$extent Current map extent

Returns

Array
Autocomplete suggestions

Todo

Make like search configurable (exact, left, right, both)
Make case invariant configurable
Limit results
public Array
# search( Array $config, Array $data, String $srs, Array $extent )

Actual SQL search method

Actual SQL search method

Parameters

$config
Array
$config Search configuration
$data
Array
$data Form data
$srs
String
$srs Search extent SRS
$extent
Array
$extent Search extent

Returns

Array
Search results

Todo

Make like search configurable (exact, left, right, both)
Make case invariant configurable
Paging
Properties summary
protected mixed $container
#
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0