I'm having a really weird Map/Reduce issue. In getInputData I load and return a search, but map never gets hit. HOWEVER, if I load the search and actually run it in getInputData and return the results, map absolutely gets hit. This script was working fine yesterday.... what could cause a MR script to be unable to run searches between getInputData and map?