astronomy-commons / astronomy-commons/lsdb-server
Change filter to match CDS vizier query language
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
They use the following library for argument parsing: https://github.com/cds-astro/cds-expreval-rust
e.g.
```
ra>10 AND r_mag<15
ra>10+AND+r_mag<15
g_mag<15+OR+r_mag<15
(g_mag<15+OR+r_mag<15)+AND+ra>10
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the filter or query-parsing entry point in lsdb-server, then compare its current behavior with cds-expreval-rust and the four examples in the issue. Done means the spaced, plus-encoded, AND/OR, and parenthesized queries are accepted according to the CDS Vizier query language.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100