# search

State Resource

This is a State Resource as provided by the tymly-solr-plugin plugin.

# Purpose

Performs a search

# Usage

# Example

{
  "Search": {
    "Type": "Task",
    "Resource": "module:search",
    "InputPath": "$.search"
  }
}

# Options

# Optional properties

# query

Query to perform search on.

  • Type: string

# domain

Domain.

  • Type: string

# orderBy

What to order the results by.

  • Type: string

# offset

The offset of the results.

  • Type: integer

# limit

The limit of the results.

  • Type: integer

# lat

Latitude.

  • Type: number

# long

Longitude.

  • Type: number

# categoryRestriction

Categories to restrict the search to.

  • Type: array
Last Updated: 9/10/2023, 11:30:14 AM