Project

General

Profile

« Previous | Next » 

Revision 57485

[Trunk | Library]: Deposit Pages:
1. utils/properties/searchFields.ts: in 'DEPOSIT_DATASOURCE_KEYWORD_FIELDS' use field 'datasourcetypeuiname' instead of 'datasourcetypename' and use field 'datasourcesubject' with 'all' operator.
2. services/searchDataproviders.service.ts: [Bug fix]: Add subject only when there is some content.
3. searchPages/searchUtils/searchPage.component.ts: Add quotes in keyword for query (could cause problems with special keywords e.g. 'and and').
4. deposit/depositFirstPage.component.ts & deposit/searchDataprovidersToDeposit.component.ts: Use same placeholder in search form and add search by 'type'.
5. deposit/searchResultsInDeposit.component.html: Change 'NOT OPENAIRE COMPATIBLE' label with 'Not yet registered' and change tooltip from 'Compatibility' to 'OpenAIRE compatibility'.

View differences:

searchDataprovidersToDeposit.component.ts
30 30
      </div>
31 31
    </div>
32 32
    <search-page pageTitle="Deposit Browse & Search repositories" [hasPrefix]=false
33
                 formPlaceholderText = "Search for Content Providers"
33
                 formPlaceholderText = "Search by title, country, organization, subject, type..."
34 34
                 type="content providers" entityType="dataprovider" [(filters)] = "filters"
35 35
                 [(results)] = "results"   [(searchUtils)] = "searchUtils" [baseUrl] = "baseUrl"
36 36
                 (queryChange)="queryChanged($event)"

Also available in: Unified diff