@@ -5,7 +5,6 @@ Multiple filter criteria can be specified and used in conjunction with
55each other.
66
77## Usage
8- ***
98
109Basic requirement to implement filtering using filter.js are JSON data, View template and filter criteria.
1110
@@ -243,7 +242,7 @@ search: {ele: '#searchbox', fields: ['name', 'runtime'], timeout: 100 }
243242` ` `
244243
245244## Add more data to existing filter
246- ***
245+
247246If you are streaming json data using ajax then you can add data like this
248247
249248` ` ` javascript
@@ -287,7 +286,7 @@ fjs.setStreaming({
287286` ` `
288287
289288## Remove records from filtering
290- ***
289+
291290- Remove records using the record's ` id` field.
292291
293292` ` ` javascript
@@ -303,39 +302,39 @@ fjs.removeRecords([1,2,3]);
303302` ` `
304303
305304## Build and Development
306- ***
305+
307306- ` npm install gulp - g`
308307- Install packages ` npm install`
309308- To build ` gulp build`
310309- For development ` gulp` . This will start watch on files, also start webserver.
311310
312311## Note
313- ***
312+
314313- Old filter.js in [v1.5.2](https://github.com/jiren/filter.js/tree/v1.5.2) git tag.
315314
316315## Demo
317- ***
316+
318317To see the sample demo, clone this repo and open demo/filterjs.html in your browser
319318
320319[Filter](http://jiren.github.io/filter.js/index.html)
321320
322321## Used by
323- ***
322+
324323[Tischefrei (search page)](http://tischefrei.de)
325324
326325[Roboty przemysłowe](http://roboty-przemyslowe.pl)
327326
328327If you use this, please send me an email, I shall add your link here!
329328
330329## Sponsors and Supporters
331- ***
330+
332331- [Josh Software](http://www.joshsoftware.com)
333332- Instant search field filtering sponsored by [W/E consultants](http://www.w-e.nl)
334333
335334## Contributing
336- ***
335+
337336Please send me a pull request so that this can be improved.
338337
339338## License
340- ***
339+
341340This is released under the MIT license.
0 commit comments