issues Search Results · repo:kentcdodds/match-sorter language:TypeScript
Filter by
69 results
(99 ms)69 results
inkentcdodds/match-sorter (press backspace or delete to remove)#153 is undoubtedly a great feature for many people, but not for me :)
The argument from @overengineered at #153 is:
match sorter currently finds data with some typos, but others. E.g. canceled would ...
dumbmatter
- 3
- Opened on Oct 18, 2024
- #154
- match-sorter version: 6.3.3
- node version: 20.4.0
Relevant code or config
if (typeof key === function ) {
value = key(item)
} else if (item == null) {
value = null
} else if (Object.hasOwn(item, ...
sjaq
- 1
- Opened on Feb 5, 2024
- #150
!-- Thanks for your interest in the project. I appreciate bugs filed and PRs submitted! Please make sure that you are
familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md ...
camilleZJ
- Opened on Jan 25, 2024
- #149
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch match-sorter@6.3.2 for the project I m working on.
Rollup got confused here and rewrote matchSorter to an anonymous ...
released
mochaaP
- 2
- Opened on Jan 15, 2024
- #147
use case: list: [{name: hello },{name: other }] input: e matched: [{name: hello },{name: other }]
when should highlight the matched char, we need pos of matched char to do that
h e🍺 llo oth e🍺 r thanks! ...
Akimotorakiyu
- 2
- Opened on Jul 7, 2023
- #144
I know this is a very far edge case, but I m trying to use this with a certain UI library that is very opinionated. long
story short, I set a FilterFunc and SortFunc on a certain structure that will be ...
help wanted
needs investigation
vixalien
- Opened on Apr 1, 2023
- #142
Hello I want to know if is possible to sort array of objects by array of indexes
Here is an example
const data = [
{ label: Test 2 },
{ label: Test 1 },
{ label: Test 3 }
]
const order = [2, 1, ...
bylly1
- 1
- Opened on Oct 3, 2022
- #141
Hello, thanks for this useful software !
I would have liked a match at the end of the string(The so-called ENDS WITH), but there didn t seem to be such a ranking
system.
Is it possible to incorporate ...
1129-tame
- 1
- Opened on Jun 29, 2022
- #139
- match-sorter version: 4.1.0
- node version: 16.13
Relevant code or config
import matchSorter from match-sorter ;
import { matchSorter } from match-sorter ;
import * as matchSorter from match-sorter ...
ethanstrominger
- 4
- Opened on May 29, 2022
- #138
So I may not understand the documentation, but I can t figure how to do this:
- I have a list of countries like: [ germany , france , spain ]
- On a search of germany france I want it to match both ...
tflx
- Opened on Apr 21, 2022
- #137

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.