@studyportals/search-api-interface 3.7.0 → 3.7.1-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/OrganisationTextSearchType.d.ts +4 -0
- package/src/OrganisationTextSearchType.js +6 -0
- package/src/OrganisationTextSearchType.js.map +1 -0
- package/src/programmes/IProgrammeSearchFilters.d.ts +3 -0
- package/src/programmes/IProgrammeSearchFilters.js +2 -0
- package/src/programmes/IProgrammeSearchFilters.js.map +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var OrganisationTextSearchType;
|
|
2
|
+
(function (OrganisationTextSearchType) {
|
|
3
|
+
OrganisationTextSearchType["FULL_TEXT"] = "full_text";
|
|
4
|
+
OrganisationTextSearchType["ORGANISATION_NAME"] = "organisation_name";
|
|
5
|
+
})(OrganisationTextSearchType || (OrganisationTextSearchType = {}));
|
|
6
|
+
//# sourceMappingURL=OrganisationTextSearchType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrganisationTextSearchType.js","sourceRoot":"","sources":["../../src/OrganisationTextSearchType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACrC,qDAAuB,CAAA;IACvB,qEAAuC,CAAA;AACxC,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AttendanceFilterOptionValue, DegreeTypeFilterOptionValue, EducationLevelFilterOptionValue, EducationalFormFilterOptionValue, SpecialProgrammesFilterOptionValue, DurationFilterOptionValue, FormatFilterOptionValue, FacetOptionValue } from "@studyportals/search-filters/server-side";
|
|
2
2
|
import { ProgrammeSortType } from "./ProgrammeSortType";
|
|
3
3
|
import { TextSearchAlgorithmType } from "../TextSearchAlgorithmType";
|
|
4
|
+
import { OrganisationTextSearchType } from "../OrganisationTextSearchType";
|
|
4
5
|
export declare class IProgrammeSearchFilters {
|
|
5
6
|
readonly attendances?: AttendanceFilterOptionValue[];
|
|
6
7
|
readonly degreeTypes?: DegreeTypeFilterOptionValue[];
|
|
@@ -14,6 +15,7 @@ export declare class IProgrammeSearchFilters {
|
|
|
14
15
|
readonly regionIds?: string[];
|
|
15
16
|
readonly countryIsoCodes?: string[];
|
|
16
17
|
readonly organisationIds?: string[];
|
|
18
|
+
readonly organisationName?: string;
|
|
17
19
|
readonly specialProgrammes?: SpecialProgrammesFilterOptionValue[];
|
|
18
20
|
readonly tuitionFeeMin?: number;
|
|
19
21
|
readonly tuitionFeeMax?: number;
|
|
@@ -24,5 +26,6 @@ export declare class IProgrammeSearchFilters {
|
|
|
24
26
|
readonly facetsDurations?: DurationFilterOptionValue[];
|
|
25
27
|
readonly campaignTypes?: string[];
|
|
26
28
|
readonly textSearchAlgorithm?: TextSearchAlgorithmType;
|
|
29
|
+
readonly organisationTextSearchType?: OrganisationTextSearchType;
|
|
27
30
|
readonly showHidden?: boolean;
|
|
28
31
|
}
|
|
@@ -11,6 +11,7 @@ export class IProgrammeSearchFilters {
|
|
|
11
11
|
regionIds;
|
|
12
12
|
countryIsoCodes;
|
|
13
13
|
organisationIds;
|
|
14
|
+
organisationName;
|
|
14
15
|
specialProgrammes;
|
|
15
16
|
tuitionFeeMin;
|
|
16
17
|
tuitionFeeMax;
|
|
@@ -21,6 +22,7 @@ export class IProgrammeSearchFilters {
|
|
|
21
22
|
facetsDurations;
|
|
22
23
|
campaignTypes;
|
|
23
24
|
textSearchAlgorithm;
|
|
25
|
+
organisationTextSearchType;
|
|
24
26
|
showHidden;
|
|
25
27
|
}
|
|
26
28
|
//# sourceMappingURL=IProgrammeSearchFilters.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProgrammeSearchFilters.js","sourceRoot":"","sources":["../../../src/programmes/IProgrammeSearchFilters.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IProgrammeSearchFilters.js","sourceRoot":"","sources":["../../../src/programmes/IProgrammeSearchFilters.ts"],"names":[],"mappings":"AAcA,MAAM,OAAO,uBAAuB;IAC1B,WAAW,CAAiC;IAC5C,WAAW,CAAiC;IAC5C,WAAW,CAAY;IACvB,SAAS,CAA+B;IACxC,iBAAiB,CAAqC;IACtD,gBAAgB,CAAsC;IAEtD,SAAS,CAA6B;IACtC,IAAI,CAAU;IAEd,OAAO,CAAY;IACnB,SAAS,CAAY;IACrB,eAAe,CAAY;IAC3B,eAAe,CAAY;IAC3B,gBAAgB,CAAU;IAE1B,iBAAiB,CAAwC;IAEzD,aAAa,CAAU;IACvB,aAAa,CAAU;IAEvB,qBAAqB,CAAU;IAE/B,MAAM,CAAoB;IAG1B,cAAc,CAAU;IACxB,MAAM,CAAsB;IAC5B,eAAe,CAA+B;IAC9C,aAAa,CAAY;IACzB,mBAAmB,CAA2B;IAC9C,0BAA0B,CAA8B;IACxD,UAAU,CAAW;CAC9B"}
|