Skip to content

Commit

Permalink
doc: Adding operator translation section
Browse files Browse the repository at this point in the history
  • Loading branch information
aadel committed Aug 7, 2024
1 parent c9e23d3 commit cf654a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ Open-ended date ranges are supported. For example:

translates to `[2024-01-01T00:00:00Z TO *]`

## Operator Translation
`ILIKE` and `NOT ILIKE` operators are translated to `LIKE` amd `NOT LIKE` operators which are case in-sensetive in Solr.

## Miscellaneous
SQL statement semi-colon is removed if present.

## Compatibility

| Feature | 6.0 | 6.5 | 6.6 | 7.x | 8.x | 9.x |
Expand Down

0 comments on commit cf654a7

Please sign in to comment.