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:

depositFirstPage.component.ts
197 197

  
198 198
  public keyword: string;
199 199
  public depositRoute: string;
200
  public searchPlaceHolder = "Search by title, country, organization, subject...";
200
  public searchPlaceHolder = "Search by title, country, organization, subject, type...";
201 201
  properties:EnvProperties;
202 202
  public routerHelper:RouterHelper = new RouterHelper();
203 203

  

Also available in: Unified diff