Skip to content

Think about new syntax support #3

@RomiC

Description

@RomiC

Something like this one:

import {and, comparison, eq, inList} from 'rsql-builder';

and(
  comparison('field1', eq, 'val'),
  comparison('field2', inList, 'foo', 'bar', 'baz')
)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions