Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
G
gracedb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 99
    • Issues 99
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • lscsoft
  • gracedb
  • Issues
  • #137

Closed
Open
Opened Apr 13, 2019 by Matthew Evans@matthew-evans

GraceDB Query problem

Hi GraceDB Authors!

I was trying to make a query string that was slightly more complicated that just "far < 1e-8" and failing, so I went to the Query Help page:

https://gracedb.ligo.org/documentation/queries.html

and copied the first example string

instruments = "H1,L1,V1" & far < 1e-7

and got an error

Error: invalid query. (in★struments = "H1,L1,V1" & far < 1e-7)

In fact, I got a similar error for every one of the examples on the query help page (see image below), and every compound query I tried. For instance:

far > 0 & far < 1e-10

gives

Error: invalid query. (far > 0 ★& far < 1e-10)

while

far in 0, 1e-10

works.

So... what am I doing wrong?

Thanks,

Matt

Screen Shot of Error

Edited Apr 13, 2019 by Matthew Evans
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: lscsoft/gracedb#137