Skip to content

Commit

Permalink
Merge pull request #33905 from dimagi/smh/default_search-mod
Browse files Browse the repository at this point in the history
Add force_manual_search to request for case search validation
  • Loading branch information
Jtang-1 authored Dec 20, 2023
2 parents f3c04ed + 2b8e845 commit 295a8eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,8 @@ hqDefine("cloudcare/js/formplayer/menus/views/query", function () {
urlObject.setQueryData({
inputs: self.getAnswers(),
execute: false,
force_manual_search: true,

});
var fetchingPrompts = FormplayerFrontend.getChannel().request("app:select:menus", urlObject);
$.when(fetchingPrompts).done(function (response) {
Expand Down

0 comments on commit 295a8eb

Please sign in to comment.