1.0.7 • Published 8 months ago

greeklish-search v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

greeklish-search

A utility for performing text searches with Greeklish conversion and sanitization.

Installation

npm i greeklish-search

Usage

 const { searchByField } = require('your-package-name');

// Example usage
const term = 'example';
const field = 'example field';
const result = searchByField(term, field);

console.log(result); // Output: true or false
1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago