jspreadsheet / jspreadsheet/ce

filter is not filtering exact mating entry, it's checking like if selected string contains in the text then it will show.

Open
#1,072 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
7.2k
Forks
890
PR merge metrics
No merged PRs in 30d

Description

i am using jexcel filter, if I select filter text it is checking if the text contains in the selected row or not, if it exists then it will show all the matching entries, actually it suppose to show exact data matching rows because we are using dropdown filter.

example in below image I selected Polaris, then it is showing whichever project name has Polaris it shows all those entries, actually, it suppose to show only Polaris project name record.

image

please refer above images.

how do I change the logic to exact match filter?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the dropdown filter behavior described in the issue by selecting Polaris in a Jspreadsheet CE project-name column. Trace the filtering entry point used by that selection and verify that the completed behavior returns only rows whose project name exactly matches Polaris.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.