Skip to content

Commit

Permalink
Query rework
Browse files Browse the repository at this point in the history
Rework Query object to more easily and explicitly handle parenthetical
grouping and AND/OR-ing of terms. Update Forge methods to match. Update
tests to match new Query and Forge structure.

Rearrange Forge methods to display new structure: Core methods use
Query directly, Helper methods use the Core methods to make certain
common searches faster to build, and Premade Searches leverage the Core
and Helper methods to build and execute a complete search.

Also minor aggregate bugfix, which now explicitly only returns
mdf.resource_type:record entries, and not dataset entries.
  • Loading branch information
jgaff committed Sep 1, 2017
1 parent 35efafd commit 22b8d22
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 211 deletions.
Loading

0 comments on commit 22b8d22

Please sign in to comment.