mirror of https://github.com/perkeep/perkeep.git
search ui: deleted old/useless TODO
Change-Id: I0f6bbd88d98f9357d4a90e35dd4dc58a5281498e
This commit is contained in:
parent
3e9aef409c
commit
909c91a9ea
|
@ -90,7 +90,6 @@ function doSearch() {
|
||||||
tagcb.fail = function(msg) {
|
tagcb.fail = function(msg) {
|
||||||
alert(msg);
|
alert(msg);
|
||||||
};
|
};
|
||||||
// TODO(mpl): add other kinds of searches (by filename for ex).
|
|
||||||
switch(CamliSearch.type) {
|
switch(CamliSearch.type) {
|
||||||
case "tag":
|
case "tag":
|
||||||
camliGetPermanodesWithAttr(sigconf.publicKeyBlobRef, "tag", CamliSearch.query, CamliSearch.fuzzy, tagcb);
|
camliGetPermanodesWithAttr(sigconf.publicKeyBlobRef, "tag", CamliSearch.query, CamliSearch.fuzzy, tagcb);
|
||||||
|
|
Loading…
Reference in New Issue