Search ArcGIS Portal for Organizations Items

615
1
Jump to solution
05-28-2013 08:49 AM
AaronConnolly
Occasional Contributor
Hi,

I'm trying to use the following sample: http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#PortalSearch to search for items that I have created in my organization. We have 3 items in our organization, each is a web map. When I search for any single keyword in the title of these web maps, they do not come back in the results in the sample. I login successfully with my organization's administrative credentials but I can't seem to get the results to show up.

What do I have to do to enable searching for items from my organization?

Thanks,
- Aaron
0 Kudos
1 Solution

Accepted Solutions
AaronConnolly
Occasional Contributor
Hi,

I'm trying to use the following sample: http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#PortalSearch to search for items that I have created in my organization. We have 3 items in our organization, each is a web map. When I search for any single keyword in the title of these web maps, they do not come back in the results in the sample. I login successfully with my organization's administrative credentials but I can't seem to get the results to show up.

What do I have to do to enable searching for items from my organization?

Thanks,
- Aaron


SOLVED IT: The syntax in the example is wrong:

{0} and orgid: \"{1}\


Should be:

{0} AND orgid: \"{1}\

View solution in original post

0 Kudos
1 Reply
AaronConnolly
Occasional Contributor
Hi,

I'm trying to use the following sample: http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#PortalSearch to search for items that I have created in my organization. We have 3 items in our organization, each is a web map. When I search for any single keyword in the title of these web maps, they do not come back in the results in the sample. I login successfully with my organization's administrative credentials but I can't seem to get the results to show up.

What do I have to do to enable searching for items from my organization?

Thanks,
- Aaron


SOLVED IT: The syntax in the example is wrong:

{0} and orgid: \"{1}\


Should be:

{0} AND orgid: \"{1}\
0 Kudos