File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/jax/mgi/mgd/api/model/gxd/service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -429,12 +429,12 @@ public List<SlimHTDomain> search(HTDomain searchDomain) {
429429 */
430430 value = searchDomain .getNewPubmedIds ();
431431 if (value != null && !value .isEmpty ()) {
432- value = value .replaceAll (" " , ", " );
432+ value = value .replaceAll (" " , "',' " );
433433 from = from + ", MGI_Property p" ;
434434 where = where + "\n and hte._Experiment_key = p._Object_key" ;
435435 where = where + "\n and p._mgitype_key = 42" ;
436436 where = where + "\n and p._propertyterm_key = 20475430" ;
437- where = where + "\n and p.value = (" + value + ")" ;
437+ where = where + "\n and p.value = (' " + value + "' )" ;
438438 }
439439
440440 // log for easy copy/paste for troubleshooting
You can’t perform that action at this time.
0 commit comments