Project

General

Profile

« Previous | Next » 

Revision 59152

[Library|Trunk]

JSONLD:
-Home page:
-Add description in Website with search action
-In every search page add description based on the filters
-In (project, content provider, organization) landing add description if available otherwise use the title
-In project add id in funder entity

Autocomplete: create event emitter to update entity or refine result label (used in jsonld)

View differences:

searchHelperClasses.class.ts
25 25
    public name: string; //
26 26
    public type: string = "keyword"; //keyword, static or dynamic
27 27
    public value: string = '';
28
    public valueLabel: string = '';
28 29
    public operatorId: string;
29 30
    public operatorName: string ="";
30 31
    public valid: boolean = true;

Also available in: Unified diff