summaryrefslogtreecommitdiff
path: root/src/client/view/search.js
AgeCommit message (Collapse)Author
2015-03-08client/completion: support links as wellAlon Levy
the suggestions from textanalysis now come as a dictionary with {nodes: {name: id}, links: {name: id}} (before it was a single dictionary, {name:id}) And the options bus for the textanalyser and search completion have been updated accordingly. textanalyser also takes into account the cursor position to determine which of the option dictionaries to use.
2015-02-18client/completer: wip handle multiple delimiters for search (| and space)Alon Levy
2015-01-06client: extract search to client/view/search.jsAlon Levy