SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Add regex string searches and surface geo target list field (Fixes #195, #450) #989

Closed rfrenchseti closed 4 years ago

rfrenchseti commented 4 years ago

Description of changes:

Implemented "regex" qtype for strings and added appropriate tests. Made UI do input validation on strings. Implemented "multiple target list" field under Surface Geometry Constraints. Updated documentation.

Known problems:

None.

rfrenchseti commented 4 years ago

I've merged the current master into this branch and fixed the merge conflicts. All Django tests pass using opus3_test_200211. I also fixed one typo that caused a crash in the fake HTTP404 throws.

rfrenchseti commented 4 years ago

Also, it turns out that the central planet is always in the target list even if it's not in the field of view. I've updated the tooltip and FAQ to talk about this.

juzen2003 commented 4 years ago