Web Application Enterprise Search

Enterprise Search is an application on the Dragon1 platform where you can make use of artificial intelligence to find anything using patterns.

First Search Requests

By default, the Search searches the applications table. If you want different tables to be searched you must name a different class, such as process, project, or stakeholder.

Use the following search requests to learn Dragon1 Search and vary on them:

  • crm - shows a list of applications that match with the search term CRM
  • sales processes- shows a list of processes that match with the search term Processes
  • list - produces a clickable list of automatically recognized classes. A link is presented to generate a clickable graph model or clickable framework diagram to select a class.
  • attributes - produces a list of generic attributes for all classes that can be searched/filtered upon
  • list applications - produces a list of non-deleted applications
  • list applications tags=official_catalog - produces an official list of apps
  • applications tags=official_catalog - produces the same list
  • list deleted applications
  • list processes
  • list principles
  • list metamodels
  • list frameworks - produces a list of (non-deleted frameworks)
  • show metamodel Dragon1 core - produces a clickable diagram
  • show framework Zachman - produces a clickable diagram
  • process descr=hello - show all processes that match hello for the description
  • process descr!hello - show all processes that do not match hello for the description
  • process descr=empty - show all processes that do not have an empty description
  • process descr!empty - show all processes that do not have an empty description

Workflow and Filter options

Suppose you want to get a list of tasks that are assigned to you and are pending, use one of the following options:

  • task - produces a list of tasks
  • tasks - produces a list of tasks
  • tasks tags=Liberty - produces a list of tasks tagged Liberty (search is case insensitive)
  • task tags=Liberty createdby=David - produces a list of tasks, tagged LIberty and created by David
  • tasks type=maintenance owner=jane workflowstatus=pending - produces a list of tasks, typed maintenance, assigned to owner jane and having workflow status pending

In this way you can create an instant report and share the URL with colleagues.