0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Dimensions使い方メモ

Last updated at Posted at 2018-07-20

※2018/7現在の情報です。

DSL (The Dimensions Search Language)

APIを用いて検索を行う際の言語

基本構文

search データベース in 検索範囲 for 検索語 where フィルタ return 取得データ

  • in, for, whereの順番は変更不可
  • in 検索範囲は省略可能(デフォルトはfull_data)
  • where フィルタも省略可能

検索語

  • ANDやORも使用可能だが、小文字にすると検索語として扱われるので&&や||を使用した方が良い

whereフィルタ

  • Field of researhでのフィルタ
    • 構文: where FOR=####
      4桁のidで指定するが、このidは内部のFOR idであり、一覧にかかれているid(例. 1103 Clinical Science)とは別となるので注意が必要(この場合は3053を指定する必要あり)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?