mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
add entries to search index
This commit is contained in:
parent
2c5f73a486
commit
1b96c9093f
15 changed files with 244 additions and 417 deletions
|
@ -17,8 +17,8 @@ export default Ember.Controller.extend({
|
|||
results: [],
|
||||
matchDoc: true,
|
||||
matchContent: true,
|
||||
matchFile: true,
|
||||
matchTag: true,
|
||||
matchFile: false,
|
||||
matchTag: false,
|
||||
|
||||
onKeywordChange: function () {
|
||||
Ember.run.debounce(this, this.fetch, 750);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue