Allow crossed search between terms and tags
* Partial fix of #449 * 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:
parent
6c3d6a31f4
commit
c51fae92dc
6 changed files with 178 additions and 65 deletions
inc
|
@ -33,6 +33,10 @@ h1 {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.bigbutton {
|
||||
background-color: #c0c0c0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue