Skip to content

Commit 4edf591

Browse files
authored
Merge pull request #2547 from FAIRsharing/free-text-search-bug-2519
2 parents 72b6acd + 6e39cb7 commit 4edf591

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Ad
298298
watch: {
299299
getEditDialogStatus(newValue) {
300300
this.dialog = newValue;
301+
this.updatedAdvancedSearchText = this.getAdvancedSearchText
301302
},
302303
getAdvancedSearchDialogStatus(newValue) {
303304
this.dialog = newValue;

documentation/html/quicksearch.html

+1-1
Large diffs are not rendered by default.

src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export default {
205205
watch: {
206206
getEditDialogStatus(newValue) {
207207
this.dialog = newValue;
208+
this.updatedAdvancedSearchText = this.getAdvancedSearchText
208209
},
209210
getAdvancedSearchDialogStatus(newValue) {
210211
this.dialog = newValue;

0 commit comments

Comments
 (0)