Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
http://{host}/rds/api/catalog/{collection}/{view}/select?cols=col1,col2,col3,... 

...

Code Block
http://{host}/rds/api/catalog/{collection}/{view}/select?cols={regex}

...

Code Block
http://{host}/rds/api/catalog/{collection}/{view}/select?cols=$keyword 

...

Code Block
http://{host}/rds/api/catalog/{collection}/{view}/select?cols=col1,col2,col3,{regex},$keyword 

...