Skip to content

Instantly share code, notes, and snippets.

@guinslym
Created March 26, 2026 20:36
Show Gist options
  • Select an option

  • Save guinslym/b7322ec3f095e7951fd9f6d466fccdd7 to your computer and use it in GitHub Desktop.

Select an option

Save guinslym/b7322ec3f095e7951fd9f6d466fccdd7 to your computer and use it in GitHub Desktop.
(MAINSUBJECT.EXACT("Educational Attainment") OR MAINSUBJECT.EXACT("Academic Achievement"))
AND
(MAINSUBJECT.EXACT("Elementary School Students") OR MAINSUBJECT.EXACT("Elementary Education") OR Child)
AND
(MAINSUBJECT.EXACT("Parents") OR MAINSUBJECT.EXACT("Mothers") OR MAINSUBJECT.EXACT("Fathers"))
@guinslym
Copy link
Copy Markdown
Author

The boolean looks good. The keywords or Subject Headinds are not accurate

@guinslym
Copy link
Copy Markdown
Author

Equivalent for "Educational Attainment" => "Education* achievement"

@guinslym
Copy link
Copy Markdown
Author

"elementary student*" => "student*"

@guinslym
Copy link
Copy Markdown
Author

"Parents" => "Parent*"

@guinslym
Copy link
Copy Markdown
Author

(MAINSUBJECT.EXACT("Academic Achievement") OR MAINSUBJECT.EXACT("Educational Achievement"))
AND
(MAINSUBJECT.EXACT("Elementary School Students") OR child* OR "elementary student*" OR "student*")
AND
(MAINSUBJECT.EXACT("Parent Education") OR "parent* education")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment