Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-gui
Commits
b6185e8d
Commit
b6185e8d
authored
Feb 12, 2021
by
Lauri Himanen
Browse files
Minor edit.
parent
e8d7351a
Pipeline
#93390
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
client/src/search-mod/NewSearchMod.js
View file @
b6185e8d
...
...
@@ -363,6 +363,8 @@ class NewSearchMod {
//**** The optimade query must be formed from the search box and the properties selected
const
searchBoxOptimadeQuery
=
this
.
searchBox
.
getOptimadeQuery2
(
this
.
allowOtherElementsCheckbox
.
checked
);
//const searchBoxOptimadeQuery = this.searchBox.getOptimadeQuery(this.allowOtherElementsCheckbox.checked);
const
propsOptimadeQuery
=
getOptimadeQueryFromProps
(
this
.
filterPanel
.
getValues
());
const
sep
=
(
searchBoxOptimadeQuery
!==
''
&&
propsOptimadeQuery
!==
''
?
'
AND
'
:
''
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment