Git Product home page Git Product logo

Comments (2)

victor-yunenko avatar victor-yunenko commented on June 25, 2024

If i stick to this project i'm likely do an MVP for internal usage

At the moment even with 20 assets i'm becoming painfully aware of the lack of text-search and facets :)

from shelf.nu.

DonKoko avatar DonKoko commented on June 25, 2024

hey @victor-yunenko . Thanks for opening an issue and your suggestions.

We also have experience with algolia and I completely agree with you. It is amazing both in terms of DX and UX and we would love to integrate something like this. However there are some challenges in terms of data structure and security that are stopping us from integrating it at this point. After all, our users have their private data and managing all data from all users in a singular index is not an option. That means we have to create an index for each user which means running algolia would not be cheap at all. We haven't counted it out

Currently we actually have postgres full text search combined with a postgres view for assets, however that is limited. You can search in most asset fields and separate your queries by space as explained in the tooltip, but I agree with you. This is far from ideal.
Screenshot 2024-06-10 at 10 12 24

Currently the two options we are considering is the following:

  • Elastic search - which we can self host. Will require quite some setup but will be pretty straight forward. Issue with adding something like this is that it makes the project quite more complex to setup for self-hosted and I always try to be very cautious about this.
  • Indexed DB - the other option I have been thinking about is taking advantage of the constantly growing and improving browser features, namely the indexed DB. The concept there would be that when the user starts a session, we load the data from the DB and once its loaded the search is done via the indexed DB.

You seem very experienced with search and I would love to hear what you think about our ideas and we are open to any input.

P.S. I will change this to a discussion so we can keep track of it on the long term and hopefully other people can chip in as well.

from shelf.nu.

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.