Opened 17 years ago
Last modified 15 years ago
#25 new enhancement
[Fusion] Creation of a search widget for mapserver
Reported by: | aboudreault | Owned by: | |
---|---|---|---|
Priority: | P1 | Milestone: | Future |
Component: | Widgets | Version: | 1.0.3 |
Severity: | Major | Keywords: | |
Cc: | dmorissette | Browser: | All |
External ID: | Operating System: | All | |
state: | Analysis Requested |
Description
We decided to create a new widget for searching attribute on a specific layer. We are going to use a php script on the server (it will use queryByAttributes() fonction) and we'll use a technique similar the query widget to display result.
Change History (6)
comment:1 by , 17 years ago
Milestone: | 1.0.4 → 1.1 |
---|
follow-up: 3 comment:2 by , 17 years ago
comment:3 by , 17 years ago
Replying to aboudreault:
This widget need to be reviewed by some people to check if it's ready to commit to the trunk. At the moment, it a simple widget that create a textbox and a search button for doing the request. The results are automaticaly displayed in the SelectionPanel like Select widget. Here is the list of files used for this widget:
- widgets/MSSearch.js
- MapServer/MapServer.js (The query method + search method)
- MapServer/php/Search.php
comment:4 by , 17 years ago
Cc: | added |
---|
comment:5 by , 16 years ago
Milestone: | 1.1 → 2.0 |
---|---|
Priority: | P2 → P1 |
state: | New → Analysis Requested |
I'm coming to this too late for inclusion in 1.1 so it will have to go in 2.0.
I'm trying to move away (as much as practical) from having architecture-specific widgets like this but it is also quite difficult to be generic. Before we incorporate this, I'd like to have a look at what can be done to make it a generic Search capability combined with the existing MapGuide-specific Search.js.
comment:6 by , 15 years ago
Milestone: | 2.0 → Future |
---|
moving to future unless someone wants to specifically implement this feature.
This widget need to be reviewed by some people to check if it's ready to commit to the trunk. At the moment, it a simple widget that create a textbox and a search button for doing the request. The results are automaticaly displayed in the SelectionPanel like Select widget.