Method: Arx::Query#journal

Defined in:
lib/arx/query/query.rb

#journal(*values, exact: true, connective: :and) ⇒ self

Search for papers by journal reference.

Parameters:

  • values (Array<String>)

    Journal reference(s) of papers to search for.

  • exact (Boolean) (defaults to: true)

    Whether to search for an exact match of the journal refernece(s).

  • connective (Symbol) (defaults to: :and)

    The logical connective to use (see CONNECTIVES). Only applies if there are multiple values.

Returns:

  • (self)


# File 'lib/arx/query/query.rb', line 140