Code Monkey home page Code Monkey logo

Comments (3)

Chefkeks avatar Chefkeks commented on August 10, 2024

This is due to the fact that we use %searchterm% instead of searchterm%.
But yes, that is an issue which we should get solved either by pagination or optimizing the search or both :)

EDIT:
Can you give an example search term and result list?

from pokemonquestbot.

senritsu avatar senritsu commented on August 10, 2024

Without knowing specifics about the search used, just by similarity with SQL i would assume that searchterm% roughly equates to regex searchterm.* and only matches beginning of word with wildcard on the end, which would solve this problem somewhat but would also lead to lots of actual positive matches being discarded (with the term in the middle or end of the word). Not sure if this solution doesn't actually make things worse overall.

For a proper solution there is probably no way around either pagination (cumbersome but would make all options selectable) or a better search algorithm with an adjusted score/metric for match quality.

I will try to provide an example when i get home.

from pokemonquestbot.

senritsu avatar senritsu commented on August 10, 2024

Example result for searchterm "Statue":

from pokemonquestbot.

Related Issues (4)

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.