Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

category_for.id/category_for conditions do not find anything #18

Open
JonathanSchmidt1 opened this issue Apr 25, 2024 · 0 comments
Open

Comments

@JonathanSchmidt1
Copy link

I am trying to search for journals by category and all my queries returned no results.
Now I tried one of the examples

"where category_for.id = \"2211\"\n",
also with a total count of 0

q = """
search publications 
for \"\\\"chassis control\\\"~3\"
where category_for.id = "2211"
return publications[id+concepts_scores] sort by times_cited limit 1000
"""
dsl.query(q)

even changing to

q = """
search publications 
where category_for.id = "2211"
return publications[id] sort by times_cited limit 1000
"""
dsl.query(q)

gives an empty result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant