Skip to content

Commit

Permalink
Merge branch 'advancedSearch-2139' of https://github.com/FAIRsharing/…
Browse files Browse the repository at this point in the history
…fairsharing.github.io into advancedSearch-2139
  • Loading branch information
prakhyatox committed Mar 22, 2024
2 parents 157bcc9 + f527e44 commit 0ac2dd4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Qu
return {
itemSelected: [],
itemValue: [],
toolTipText: "Tags from the FAIRsharing Domain ontology. Multiple selections will be joined with OR.",
toolTipText:
"Tags from the FAIRsharing Domain ontology. Multiple selections will be joined with OR. Start typing to see Domain tags.",
};
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Qu
return {
itemSelected: [],
itemValue: [],
toolTipText: "Licences applicable to this resource or its data. Multiple selections will be joined with OR.",
toolTipText:
"Licences applicable to this resource or its data. Multiple selections will be joined with OR. Start typing to see Licenses.",
};
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Qu
return {
itemSelected: [],
itemValue: [],
toolTipText: "Organisations related to this record. Multiple selections will be joined with OR.",
toolTipText:
"Organisations related to this record. Multiple selections will be joined with OR. Start typing to see Organisations.",
};
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Qu
itemSelected: [],
itemValue: [],
toolTipText:
"Tags from the FAIRsharing subject ontology. Multiple selections will be joined with OR",
"Tags from the FAIRsharing subject ontology. Multiple selections will be joined with OR. Start typing to see Subject tags.",
};
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Qu
return {
itemSelected: [],
itemValue: [],
toolTipText: "Taxonomy terms (a.k.a 'species') relating to a resource. Multiple selections will be joined with OR.",
toolTipText:
"Taxonomy terms (a.k.a 'species') relating to a resource. Multiple selections will be joined with OR. Start typing to see Taxonomy terms.",
};
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ <h1 class="page-title">Source: components/Records/Search/Input/AdvancedSearch/Qu
return {
itemSelected: [],
itemValue: [],
toolTipText: "Tags created by FAIRsharing's user community. Multiple selections will be joined with OR.",
toolTipText:
"Tags created by FAIRsharing's user community. Multiple selections will be joined with OR. Start typing to see UserDefined tags.",
};
},

Expand Down
2 changes: 1 addition & 1 deletion documentation/html/quicksearch.html

Large diffs are not rendered by default.

0 comments on commit 0ac2dd4

Please sign in to comment.