Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

Utility for parsing and creating filter objects.

Methods

parse(filterString)

Method to parse URL representations of a filter.
Parameters
ParamTypeDetails
filterStringstringfilter to parse.

Example

$filterService.parse('foo["bar"]');