<div dir="ltr">Sorry for the delay on this one! You're right, even super-grepping over the codebase, I don't see that function listed.<div><br></div><div>This should be the definition for getFieldValues....</div><div><br></div><div>function getFieldValues(fields) {</div><div>  var values = {};</div><div>  for (var i = 0, ii = fields.length; i < ii; I++) {</div><div>    const field = fields[i];</div><div>    values[<a href="http://field.name">field.name</a>] = field.value;</div><div>  }</div><div>  return values;</div><div>}</div><div><br></div><div>I'm not sure where to officially document this.</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 25, 2018 at 8:24 AM Reynolds, Michael J. (MNIT) <<a href="mailto:mike.reynolds@state.mn.us">mike.reynolds@state.mn.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_3961751856808777277divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0px;margin-bottom:0px">I'm seeing a bit of search service configuration code that calls a getFieldValue function.  But I'm not seeing where that function is defined.</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Here is the github commit:</p>
<p style="margin-top:0px;margin-bottom:0px"><a class="m_3961751856808777277OWAAutoLink" id="m_3961751856808777277LPlnk531386" href="https://github.com/geomoose/gm3/commit/cd218ee6b54c37803f6a03e0093601ec680c84fd" target="_blank">https://github.com/geomoose/gm3/commit/cd218ee6b54c37803f6a03e0093601ec680c84fd</a></p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">We're interested in trying this out as we would like a search that allows the user to set multiple field criteria.</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Anyone have some tips on this function and multiple field criteria search?</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
</div>
</div>

_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div>