Skip to content

Field queries are not working #217

Open
@willguest

Description

@willguest

Steps to reproduce (following the documentation):

query.author

resT1 <- cr_works(query = "ecology", flq = c(query.author = 'Boettiger'))
noResT1 = resT1$meta$total_results

query.container-title

resT2 <- cr_works(query = "ecology",
flq = c(query.container-title = 'Ecology'))
noResT2 = resT2$meta$total_results

These searches give exactly the same results, suggesting the 'flq' term is not working.
Since the 'query' field only allows for OR logic, it seems that no AND logic is possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      close