Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Enable search functionality in Sense
Browse files Browse the repository at this point in the history
Closes elastic#60
  • Loading branch information
bleskes committed Jan 23, 2014
1 parent 7a12d81 commit a564c94
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sense/app/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ define([
'require',
'utils',
'zeroclip',
'ace_ext_language_tools'
'ace_ext_language_tools',
'ace_ext_searchbox'
], function (ace, Autocomplete, $, mappings, output, SenseEditor, settings, require, utils, ZeroClipboard) {
'use strict';

Expand Down
1 change: 1 addition & 0 deletions sense/app/require.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'ace': '../vendor/ace/ace',
'ace_mode_json': '../vendor/ace/mode-json',
'ace_ext_language_tools': '../vendor/ace/ext-language_tools',
'ace_ext_searchbox': '../vendor/ace/ext-searchbox'
},
map: {
'*': {
Expand Down
Loading

0 comments on commit a564c94

Please sign in to comment.