Giter Site home page Giter Site logo

Comments (5)

ppegusii avatar ppegusii commented on July 18, 2024

Please explain further.

from commotion.

andrew07039 avatar andrew07039 commented on July 18, 2024

So I will give a string as a query, which then requests something from the database either look through only description or name, muscle group etc as well. I will then need an array with exercises back for the encyclopedia search. I will need an array with users back from the user search

from commotion.

ppegusii avatar ppegusii commented on July 18, 2024

It sounds like you want two queries, one for users and one for exercises. Please specify exactly what tables and columns you want searched in each. I do not want to spend a lot of time writing a query that is not what you want.

from commotion.

andrew07039 avatar andrew07039 commented on July 18, 2024

Definitely name, and description for exercises and muscle group maybe (you don't have to put this one if you don't want to)
Users just username for now

from commotion.

ppegusii avatar ppegusii commented on July 18, 2024

somewhat done. exercisesSearchByNameDescriptionMusclegroup, usersSearchByUsername
Both searches use LIKE. It's fine for the user search, but for exercise search it's only useful for one word queries. Let me know if you NEED multi-word queries and I can use regular expressions, but this is non-trivial because I'll have to parse the query into words or maybe look for a node module.

from commotion.

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.