SuccessChanges

Summary

  1. Adds search event in view, fixes some errors and adds tests (details)
Commit 831b52a554c6e427cbd863b14ac6bcd956fcf9fb by sicofan
Adds search event in view, fixes some errors and adds tests
This commit adds the search bar with autocomplete. For this, the
SearchController has been added. Besides, footer and header templates
have been added. When it was integrated, the search requirements were
not as the kunagi specification. Besides, tests for searching were added
to EventEJBTest.
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/SearchEventDataset.java
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event_.java
The file was modified.gitignore
The file was modifiedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java
The file was addedjsf/src/main/webapp/templates/header.xhtml
The file was addedjsf/src/main/webapp/search_results.xhtml
The file was addedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/SearchController.java
The file was addedjsf/src/main/webapp/templates/footer.xhtml
The file was addedjsf/src/main/webapp/css/letta.css
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java
The file was modifiedtests/src/main/resources/datasets/user-search-event.xml
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml