angstr0m / PaperBeard

Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

Separate Google Scholar as a Search Engine #6

Closed 1blankz7 closed 9 years ago

1blankz7 commented 9 years ago

To allow different search engines we must separate the engine from the main loop.

I would suggest some along those lines.

class XYZEngine:
  def find(search:str) -> Maybe[Result, Error]:
     pass