Building Searches

From IMSMA Wiki
Revision as of 19:26, 15 September 2013 by Alnaucler (talk | contribs)
Jump to: navigation, search

The mine action information collected and stored in IMSMANG is useless without the ability to find it and use it to make operational decisions. That’s why IMSMANG includes a robust data search mechanism that provides an easy-to-use interface for building and running searches. The IMSMANG search function has three primary purposes:

  • to navigate to data
  • to display data on the map
  • to prepare data for reports and analysis

The search functionality is of different types:

  • simple as in only one filter option may be used
  • advanced as in more than one filter option may be used and complex critera using AND / OR is possible to define
  • saved searches which are prepared by information managers for usage by all users.

Saved searches simplifies the user experience and ensures consistency of use by sharing identical searches with all users. Of cause all users have the possibility to saved searches which is a convenience so they may be re-used.

Particularly, creating saved searches facilitate access to programme data and reporting is a key component of implementing and managing a mine action programme’s information workflow.

The IMSMANG version 6.0 database is pre-populated with saved searches developed by GICHD that may be customised to meet the specific needs of the mine action programme.

Reporting searches are typically more complicated than navigation searches since they are intended to return a set of records to populate a report directly without any additional user interaction. These searches can also be saved and run independently of reports and used for browsing data. Data quality analysis searches help identify possible data problems and ensure that programme-specific workflow steps are being followed. These searches can be used to help protect data integrity. | align="left" | Report on clearance efforts | align="left" | Find all activities where the type = “Progress Report” and the status = “Completed” and the dates are between January 1 and February 1 | align="left" | The date range |- | align="left" | Report on lands cleared by an organisation | align="left" | Find all lands that are linked to activities whose type = “Clearance” and the organisation = “XYZ Org” | align="left" | Mine Action Area Type |- | align="left" | Search for all lands with AP mines | align="left" colspan="2" | Find all active lands with antipersonnel mines or that have clearances linked to them that have found antipersonnel mines |- | align="left" | Data quality checks | align="left" colspan="2" | Find all lands whose status is “Worked On” with no active activities

Find all clearances that are not linked to a land

Find all victims with no link to accident |} </center>

Building Simple Searches

Building searches in IMSMANG is a simple three-step process in which information managers determine:

  1. The item to search for
  2. The attributes of the item to use in the search
  3. Whether all of the criteria must be met (AND) or any of the criteria must be met (OR)

Following these three steps, users can build searches as simple or as complex as the examples below:

  • find lands with an ID of “MF-101”
  • find victims who are children and were injured in 2010
  • find progress reports about work done by XYZ organization on lands in Province ABC between 2008 and 2010
  • find all clearances completed on lands with antipersonnel mines

When a search is designed, it can be given a name and description and then saved for later use. Saving a search saves the criteria of the search rather than the search results. This means that searches are automatically updated when additional data is added to the system, ensuring that searches return the most up-to-date data. For example, an information manager can build a search called “Open Lands” that finds 25 lands with a status of “Open.” If 10 additional lands are entered into the system with a status of “Open,” the search would find 35 records when it is run again. In this way, searches are dynamically updated as data is added to the system, allowing information managers to assess data trends over time using consistent search criteria. Information managers can also use an existing search as a template to create other searches by using the “Save as” functionality.

Using Search Parameters

Search parameters allow users to change one or more search criteria when running a search. For example, if a user wants to find all progress reports submitted by “XYZ” organisation, they can build a search for “XYZ progress reports.” If another user wants to search for progress reports submitted by “ABC” organisation, they can build another search for “ABC Progress Reports.” Alternatively, an information manager can build one search with a parameter for “Organisation” that allows users to provide different values for the organisation when running the search. This makes one search, for example, “Progress Reports by Organisation,” available for multiple purposes. The ability to build dynamic searches allows information managers to customise search capabilities to meet the needs of various stakeholders within their programmes.

Note.jpg Searches can include geospatial data as a parameter which allows users to define a geospatial extent to search within. For the purposes of searching, records without geospatial data are defined as “outside” the geospatial extent

Building Complex Searches

While the IMSMANG search functionality is extremely robust—allowing searches on CDFs, customised option list values and links among items— there are some cases where users may want to run more complex searches that cannot be built using the standard search interface. For these cases, IMSMANG includes a special Structured Query Language (SQL) search functionality that allows information managers to provide SQL syntax for executing searches. Creating searches using SQL criteria requires a detailed understanding of relational databases, SQL and the IMSMANG data model and should only be undertaken by advanced users.

To use SQL criteria, simply provide a valid SQL statement in the following format:

SELECT [item_guid] FROM [item_table] WHERE... For example, SELECT hazreduc_guid FROM hazreduc WHERE hazreduc_localID =’ÇL-001’

Using SQL criteria, information managers can design complicated searches that can then be saved and run by users with no understanding of SQL. In this way, IMSMANG unleashes the full power of SQL criteria, joins and subqueries in an easy-to-run interface.

Note.jpg
  • It is recommended that information managers test their SQL in an external SQL editor prior to using it within IMSMANG since IMSMANG does not provide SQL debugging support.
  • Information managers can build complicated queries using SQL and combine them with other criteria, including parameters, to provide virtually unlimited search capabilities to IMSMANG users

Description Pre-populated Saved Searches

Template:NavBox Getting started with IMSMA