Git Product home page Git Product logo

Comments (6)

bradgignac avatar bradgignac commented on August 28, 2024

@i11ume Is this something you'd be willing to accept a pull request for? I'm happy to implement, but I'd love to know if you're willing to consider it first.

/cc @leemunroe

from ghosthunter.

MaluNoPeleke avatar MaluNoPeleke commented on August 28, 2024

I think he has stopped development on this project, no reply on the forums, too.
But I would appreciate your effort!

from ghosthunter.

jamwise avatar jamwise commented on August 28, 2024

Sorry about how slow this project became. I'm dropping the rss search approach for several reasons:

  • There are potentially many rss pages, and loading 5 ~ 10 of them every time ghost serves a page will greatly impact your website's performance.
  • Even if you were ok with loading all those files, I've experienced up to 15 ~ 20 seconds of a browser lock-up while it indexes all those files and makes them ready for searching.
  • Ghost is quickly evolving and will soon have a json API and an application framework which will allow for much lower level access and ability to implement the same searching algorithms in ghosthunter into the server-side.

All that being said, if anyone is willing to build support for multi-page rss search, if you need it, I'll be glad to pull it into the main branch and help with debugging.

from ghosthunter.

nv1t avatar nv1t commented on August 28, 2024

You will have the same Problem with the Ghost API. Currently they are doing Pagination as well.
What about loading the stuff into local storage/session storage.
Therefore, you only load it once, but can use it after a page reload :)

from ghosthunter.

Windyo avatar Windyo commented on August 28, 2024

@nvt1 Actually you can query all the posts by referencing limit:all in your api query. :)

from ghosthunter.

Windyo avatar Windyo commented on August 28, 2024

Ghosthunter now uses the ghost api and queries all posts.
Closing this issue to reflect that, let me know if you have any other problems.

from ghosthunter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.