-
Notifications
You must be signed in to change notification settings - Fork 0
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
Scc 3874 #455
Scc 3874 #455
Conversation
params = parseSearchParams(params) | ||
|
||
app.logger.debug('Parsed params: ', params) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need these debugs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd leave them in myself, but can remove them if that seems better
Made some changes following PR suggestions. |
Adds support for a new
subject_prefix
search parameter for SCC-3874The approach taken parallels the existing implementation of the
subject
param.Specific Changes:
subject_prefix
inADVANCED_SEARCH_PARAMS
andSEARCH_SCOPES
for param extractionsubject_prefix
as a new case in building theElasticQueryBuilder
querysubjectLiteral.raw
in this case. The current boost is50
, could change that valueAlso:
.gitignore
for local files