Allow crossed search between terms and tags

* Partial fix of 
  * Current use case: search term + click on tag.
  * LinkFilter now returns all links if no filter is given.
  * Unit tests.
This commit is contained in:
ArthurHoaro 2016-02-23 19:21:14 +01:00
parent 6c3d6a31f4
commit c51fae92dc
6 changed files with 178 additions and 65 deletions

View file

@ -33,6 +33,10 @@ h1 {
margin-bottom: 20px;
}
em {
font-style: italic;
}
/* Buttons */
.bigbutton {
background-color: #c0c0c0;