| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-08 | fixing problems with position recording - broke temporary and broke still ↵ | Alon Levy | |
| <enter> breaks (need to reload to see the new node - so it is missing an attribute? | |||
| 2015-06-04 | add copyright and license headers for GNU AGPL v3 | Alon Levy | |
| 2015-05-03 | client: search: clear on doc change. Fixes #532 | Alon Levy | |
| 2015-04-13 | client search/completer: use '|' only for separation, append on enter from ↵ | Alon Levy | |
| complete | |||
| 2015-04-10 | search: only complete on: click, completion, enter | Alon Levy | |
| 2015-03-12 | client: use some more VK constants | Alon Levy | |
| 2015-03-09 | client/view/search: deduplicate and debounce for 300 milliseconds | Alon Levy | |
| 2015-03-09 | client/view/search: use FRP | Alon Levy | |
| 2015-03-09 | client: search in nodes and attributes | Alon Levy | |
| Fixes #358 Implementation limitations: - uses hasOwnProperty for search, and further filters on strings. So technically could be oversearching - i.e. string properties that are not attributes. We should keep an attribute key on Node and Link - there is no selected link, just selected nodes. So we select both source and destination. Opening issue #367 for this. | |||
| 2015-03-08 | client/completion: support links as well | Alon 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-18 | client/completer: wip handle multiple delimiters for search (| and space) | Alon Levy | |
| 2015-01-06 | client: extract search to client/view/search.js | Alon Levy | |
