Search - enhance period matching
Open
BTR
enhancement
Registry Search
Search
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Period matching should be enhanced to reflect below:
*query -> ordered matches separated by comma*
- 'a.b.c' -> test a.b.c business, test abc business, test a. b. c. business, test a b c business
- 'abc' -> test abc business, test a.b.c business, test a b c business, test a. b. c. business
- 'a. b. c.' -> test a. b. c. business, test a b c business, test a.b.c business, test abc business
- 'a b c' -> test a b c business, test a. b. c. business, test abc business, test a.b.c business
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.