Browse Source

added support for editor search (suggested by Sebastian Schöps)

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 14 years ago
parent
commit
afbfba62b2
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -2875,6 +2875,8 @@ class Dispatcher {
function exclude() { $this->query[Q_EXCLUDE]=$_GET[Q_EXCLUDE]; }
function year() { $this->query[Q_YEAR]=$_GET[Q_YEAR]; }
function editor() { $this->query[EDITOR]=$_GET[EDITOR]; }
function keywords() { $this->query[Q_TAG]=$_GET[Q_TAG]; }

Loading…
Cancel
Save