| 1 | = Log of 2010-03-09 = |
| 2 | * '''Add all local created javascript / jquery code ''' (!SemOntocat) to ontocat . Commit to svn . |
| 3 | * Url "http://localhost:8080/ontocat/rest/json1/searchAll not working (this is called to return the terms inside autocomplete tool ) |
| 4 | * (function searchAllJSON1() @ OntocatService.java) |
| 5 | * url "http://localhost:8080/ontocat/rest/json/searchAll" is working . Just appends the body and correctly return labels and accessions. |
| 6 | * Problem fixed by ALTERING jquery code : |
| 7 | * Bug fixed . |
| 8 | * There is a point in jquery.tokeninput.js where you define how to retrieve from url . Remove ?q=..." |
| 9 | * '''//$.post(settings.url + queryStringDelimiter + settings.queryParam + "=" + query, {'q':query} , callback, settings.contentType);''' |
| 10 | * $.post(settings.url + query, {'q':query} , callback, settings.contentType);'''''' |
| 11 | |
| 12 | |
| 13 | |
| 14 | * The rest of the problems maybe are coming from the tags of id/name inside jquery.token.js |
| 15 | * The implementation need id/ name we have accession / label |
| 16 | * Alter jquery.tokeninput.js: |
| 17 | * So id--> accession & name --> label @ jquery.tokeninput.js |
| 18 | * Debug ..still not retrieving json data ! |
| 19 | |
| 20 | * "Facebook for Diseases" : see attached file. |