# bone.io-textsearch

> Get that nice "Google" style search, without the billion dollar investment.

Latest version **0.1.3** (published 2013-06-06) · 0 weekly downloads

## Install

```sh
npm install bone.io-textsearch
pnpm add bone.io-textsearch
yarn add bone.io-textsearch
bun add bone.io-textsearch
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2013-06-06 |
| First published | 2013-06-06 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | brad@techpines.com |

## Links

- npm: https://www.npmjs.com/package/bone.io-textsearch
- npm.io page: https://npm.io/package/bone.io-textsearch

## Recent versions

- 0.1.3 (latest) — 2013-06-06
- 0.1.2 — 2013-06-06
- 0.1.1 — 2013-06-06
- 0.1.0 — 2013-06-06

## README

# Bone.io Textsearch

Get that nice "Google" style search, without the billion dollar investment.

## In the browser

In the head do this:

```html
<script src="/bone.io-textsearch.js"></script>
<script>
  bone.modules.TextSearch = bone.modules.textsearch(options)
</script>
```

You can pass in the following options:

* `selector` - The selector that designates textsearch boxes.
* `inboundMiddleware` - Inbound bone.io middleware.
* `outboundMiddleware` - Outbound bone.io middleware.


Then create as many textsearch boxes as you want in your html like this:

```html
<input type="text", data-ui="textsearch" />
```

## In node

```js
require('bone.io-textsearch');

// Rockout with your cock out
bone.modules.textsearch(options);
```

You can supply the following `options`:

* `search` - Data route that receives two arguments `data`, and `context`.
* `inboundMiddleware` - Array of inbound bone.io middleware functions.
* `outboundMiddleware` - Array of outbound bone.io middleware functions.

---
_Source: https://npm.io/package/bone.io-textsearch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
