View Full Version : Picklist name search
JuanPalomo
17 Apr 2008, 12:28 PM
Hi all,
The search is not working for me on the names.nsf database. (it's always return me 0 entries/names)
Anyone knows why?
I am using the next code:
ws = new Ext.nd.UIWorkspace();
ws.PickList({
dbPath : "/names.nsf/",
viewName : "($People)",
title : 'Escoga una persona',
prompt: '',
column : '0',
callback : this.handleMyPickList,
uiView : {showSearch : true}
});
Thanks in advance
JimStoner
17 Apr 2008, 12:51 PM
Hi,
The search box/button on the bottom of the view pane doesn't work for me either, and I haven't taken the time to figure out why yet.
However, I just found out that if you click on any entry in the view (to give it focus, I assume), and just start typing, the UI will pop up another search box like in the Notes client and it will jump to that entry in the view (assuming the view is sorted).
If that works for you, and if what you need is jumping to the right entry in a sorted view (and not a full text search of the whole view), then you might just want to train users to do it that way, and hide the built-in search box.
If anyone does find out why the real search box isn't working, please share! :)
jratcliff
24 Apr 2008, 2:02 PM
Hi all,
The search is not working for me on the names.nsf database. (it's always return me 0 entries/names)
Anyone knows why?
I am using the next code:
ws = new Ext.nd.UIWorkspace();
ws.PickList({
dbPath : "/names.nsf/",
viewName : "($People)",
title : 'Escoga una persona',
prompt: '',
column : '0',
callback : this.handleMyPickList,
uiView : {showSearch : true}
});
Thanks in advance
If you are using Firebug, can you check what response you get to the SearchView agent. Also, is your names.nsf full-text indexed? We have discovered that the SearchView agent does not work if the db is not full-text indexed.
JuanPalomo
26 Apr 2008, 3:56 AM
Hi Jack,
Thanks for your reply.
Yes my names.nsf is full-text indexed but i can't still make it work.(i will give it another try with more calm this weekend)
By the way..
1.- Do you have any future plans for this post? http://extjs.com/forum/showthread.php?t=33492 :-?
2.- Do you know when we will be able to download the next release? :">
Thanks in advance
jratcliff
28 Apr 2008, 6:42 PM
1. Yes, but not in the next release
2. Well, to be honest, I need to track down Rich to see if he's ready, so stay tuned, I imagine we'll make an announcement by the end of the week when the next beta will be available.
JuanPalomo
4 May 2008, 6:07 AM
Thanks Jack.
I will wait then for the announcement by the end of the week.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.