Coder Social home page Coder Social logo

mspui's Introduction

mspui Search


Issues to resolve

  1. Take into consideration the question and answer weightage [Product]
  2. Refactor the code and used OOPS and black box approach
  3. Output should be similar to the input JSON with answer's weightage score and question weightage score and sorted in descending order [Higher match score on the top]

Input

  1. Remove special character and search only numbers or string [Solved]
  2. Similary while performing binary search, make sure search array doesn't contain any special character. [Solved]

Resoved Issues:

  1. Binary search returning first match but not occurance of the same word. eg. There is multiple occurance for sim but it returing only first one. [Solved]

  2. Binary search not return results for all matches. eg. SIM, Is, Yeah, course [Solved: Sorting was not properly made]

  3. Highlighter of the words after sorting [Solved 29Mar/6:30AM]

  4. Partial and full text search is not working as we implemented the binary search to match the complete text string [Solved]

  5. Relevence score still not full proof. Need to cross check [Product] [Solved 30Mar/01:10AM]

  6. Binary search not working with case insensitive words [Algorithm]

  7. Show only those answers which contains the search keyword. Rightnow it is showing only first one after overall question & answer's keywords match score. [Solved]

  8. Not giving any specific weightage to sequential search keywords. Needs to be done. [Solved]

mspui's People

Contributors

shekhardtu avatar

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.