Skip to content

Commit

Permalink
Merge pull request #4729 from cdrini/refactor/delete-search-plugin
Browse files Browse the repository at this point in the history
Remove dead search plugin + Subject class
  • Loading branch information
cdrini authored Mar 5, 2021
2 parents 144299b + efbf986 commit 4edc9c1
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 959 deletions.
2 changes: 1 addition & 1 deletion openlibrary/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from infogami.utils import template, macro, i18n, delegate
import infogami

old_plugins = ["openlibrary", "search", "worksearch", "inside", "books", "admin", "upstream", "importapi", "recaptcha"]
old_plugins = ["openlibrary", "worksearch", "inside", "books", "admin", "upstream", "importapi", "recaptcha"]

def setup():
setup_logging()
Expand Down
3 changes: 0 additions & 3 deletions openlibrary/plugins/search/__init__.py

This file was deleted.

Loading

0 comments on commit 4edc9c1

Please sign in to comment.