You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The webpage needs to be initalized by the controler in the server-side when the user opens it. In order to do this, the controller gets the filteres and menu items calling the Webservice and renders the JSP page with. It initializes all the Javascript components throw main.js (by calling the webservice) afterwards.
Changing Query
When the user applieds or removes a filter (selecting a property, search a a string, remove a current parameter, …) the current query changes. So the KnoledgeFinder reads the response recived from the Index and shows it to the user.
Changing Data Exploration
Without changing the query, the user can modificate (p.e. Hide/Show buttons) which properties should be shown in the exploration.
Changing Results
Without changing the query, the user can modificate the table of results (reordering the list, changing the current page, …), which implies KnoweldgeFinder has to read the new documents and get their properties.