Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-11 Thread helix84
Hi Bram, I was satisfied with the autocomplete functionality in 1.8, default configuration. Especially useful for author names. Ideally, even the main search box should offer autocomplete. It was a mistake that this was dropped silently, I hope you'll include it into your roadmap for 4.0.

Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-11 Thread Andrea Bollini
Hi all, please note that autocomplete is present in the JSPUI 3.0 CILEA Discovery contribution without any performance issue and it is also aware of the authority framework. See step 2.c of JSP UI configuration:

Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-10 Thread helix84
On Thu, Jan 10, 2013 at 12:21 PM, Nikita Garg nikitagar...@yahoo.in wrote: Hiii... Thanks for your help.. I do the following and now autocomplete is working properly in my dspace for JSPUI.. There is one more query regarding defaultFilterQueries in discovery.xml.. !--property

Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-10 Thread Bram Luyten
Thanks Nikita helix for bringing this up. It is correct that the discovery auto complete feature has been intentionally left out in the context of the DSpace 3.0 Discovery contributions. By accident this information did not end up in the documentation, which has now been rectified:

[Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-08 Thread Nikita Garg
Hii.. I am using dspace 3.0 in which i have enabled discovery. and also enabled JSON request to perform  autocomplete. Bt autocomplete is not working when i am searching for any item..  Regards, Nikita Garg

Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-08 Thread helix84
On Tue, Jan 8, 2013 at 10:21 AM, Nikita Garg nikitagar...@yahoo.in wrote: I am using dspace 3.0 in which i have enabled discovery. and also enabled JSON request to perform autocomplete. Bt autocomplete is not working when i am searching for any item.. Hi Nikita, I'm as surprised as you to

Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-08 Thread helix84
If you need to get something working at this time, you're pretty much on your own, but you can look at how the functionality works in JSPUI (DiscoveryJSONRequest.java and other files): https://github.com/DSpace/DSpace/pull/60/files There was also this guide for 1.8 before the above mentioned