Git Product home page Git Product logo

Comments (6)

wolfgangwalther avatar wolfgangwalther commented on June 10, 2024 2

I think it should be in the next section, so not operators, but logical operators: https://postgrest.org/en/v12/references/api/tables_views.html#logical-operators

from postgrest.

wolfgangwalther avatar wolfgangwalther commented on June 10, 2024

Did you try to quote the value instead?

curl -g 'localhost:3000/ranges?or=(range.adj."[3,10)")&select=id'

from postgrest.

steve-chavez avatar steve-chavez commented on June 10, 2024

Works!

curl -g 'localhost:3000/ranges?or=(range.adj."(3,10]")&select=id'

[{"id":1}]

I guess still a bug though.

from postgrest.

wolfgangwalther avatar wolfgangwalther commented on June 10, 2024

I guess still a bug though.

Huh? It works as designed. I really don't see the bug.

from postgrest.

steve-chavez avatar steve-chavez commented on June 10, 2024

Right, maybe this is just a matter of docs then. It would be nice to have a mention about this gotcha on https://postgrest.org/en/v12/references/api/tables_views.html#operators

from postgrest.

laurenceisla avatar laurenceisla commented on June 10, 2024

Maybe this is related and should be added to the docs too. From this discussion #3466 (comment):

curl --globoff 'http://example.com/table?select=*&and=(column->jsonlist.cs.["foo=()"]'

results in

{"code":"22P02","details":"Token \"\"foo=(\" is invalid.","hint":null,"message":"invalid input syntax for type json"}

The solution is to wrap the whole JSON array value inside quotations, (not just the items). That is:

curl --globoff 'http://example.com/table?select=*&and=(column->jsonlist.cs."[\"foo=()\"]"'

from postgrest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.