# Shape our roadmap

## Share and vote on your favorite feature requests

**23 Votes:**
- Prima
- Miguel
- Taylor
- Len
- K
- Gerold
- Josef
- Alexandro
- Kay
- Romeo
- Marc
- BILL
- Muhamad
- Jeremy
- Nordine
- JR
- Rizki
- Jack
- First
- Miranda
- Ann
- Simo

## Feature Request: Allow search to match partial keywords  
Today, search only matches a full keyword. This helps find notes with typos, different tenses, etc.

### Example:
A search for "request" should return "requested".

You can now run a partial keyword search by including a * at the end of your keyword, like partia*. More details [here](/content/releases?id=237/index.html).

_Sachin, 5 years ago_

We've improved search to support fuzzy matching to accomplish the scenario mentioned (including requested when searching for request). However, we have not yet implemented full partial keyword match search since it both decreases performance and often includes a lot of non-relevant search results.

_Sachin, 6 years ago_
