`clearKeyword` | `Function` | Clear the keyword |
`changeMatchCase` | `Function` | The result has to match case with the keyword |
`changeWholeWords` | `Function` | The result has to match the whole keyword |
`currentMatch` | `number` | The index of current match |
`jumpToNextMatch` | `Function` | Jump to the next match |
`jumpToPreviousMatch` | `Function` | Jump to the previous match |
`keyword` | `string` | The current keyword |
`matchCase` | `boolean` | `true` if the result matches case with the keyword |
`wholeWords` | `boolean` | `true` if the result matches the whole keyword |
`search` | `Function` | Perform the search with current `keyword` and `matchCase` , `wholeWords` conditions |
`setKeyword` | `Function` | Set the current keyword |