Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Reviewing ISearch

I am not sure Andrea; this is focused on the API and not the Search view.

It would be a more specific method allowing Levi to only search for GeoResources; one of the steps in having the option of searching the catalog in the "Add Layer" wizard.

Specifically we are hooking it up to additional catalogs (not just the local one) and want to be able to find published layers that are not added to the local catalog yet.

Do you have an example of where search takes forever?
-- 
Jody Garnett

On Wednesday, 29 February 2012 at 4:35 PM, andrea antonello wrote:

Hi Jody,
will the changes make the search view actually usable?
At the time being if I do a search and have many layers in the
catalog, the search takes forever.
Would it be possible to have two levels of search?
One simply on the strings you see in the catalog and one that goes
deeper as ut has always been.
I notice that 97% of the times I do a search just because 1000
resources in the catalog and just can't find the one called:
roads...something.

Ciao,
Andrea


On Tue, Feb 28, 2012 at 1:56 AM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:
In conversation with Levi and Scott the ISearch.search( String, Envelope,
IProgressMonitor ) method is returning too much stuff for an AddLayer wizard
to function. Indeed we want it just to return a list of IGeoResources.

We are proposing:

List<T> search( String search, BoundingBox bbox, Class<T> type,
IProgressMonitor monitor );

This will be tacked onto the following RFC:

--
Jody Garnett


_______________________________________________
User-friendly Desktop Internet GIS (uDig)
_______________________________________________
User-friendly Desktop Internet GIS (uDig)


Back to the top