Questions tagged [search]
205 questions
1
vote
1 answer
Can't get search query to work for Azure blob metadata fields
I have a blob container in a storage account where each blob is an image. I've added "w" and "h" metadata fields to each blob containing the width and height of the image.
I've followed the instructions here to add a search service to the blob…

Geordie
- 125
- 1
- 5
1
vote
0 answers
How to find complete installer location which is installed using small size initiator .exe on Windows 10
Some time companies give small setup.exe file, for example 2 MB .exe of Kaspersky which we run and that will connect to the company server, download complete installer/setup and install the software. So I want to know the location of downloaded full…

Tushar
- 11
- 1
1
vote
1 answer
How can I perform an hybrid multibox search on Exchange from Powershell?
I have to adapt a script that do "OnPromises" searches a hybrid context. I used the New-MailboxSearch cmdlet to implement this script.
The script searches all the indicated mailboxes and copies the results into another mailbox account. Searches can…

gsustalo
- 11
- 3
1
vote
2 answers
Exchange 2013 - Discovery Search Mailbox Cleanup - Delete Search Folders
this is interesting, i couldn't find a simple way to delete search-folders from "Discovery Search Mailbox". The search-folders were created when I ran "Search-Mailbox" command on any user-mailbox to do some search.
Some one said to use ECP and use…

arifr
- 41
- 4
- 9
1
vote
1 answer
Windows Search doesn't return all results from parent folder
We have an issue with Windows Search since we moved the file server from 2008 R2 to 2012 R2. I do have Windows Search installed and the shares indexed (almost 1 million files and I have re-indexed the files).
From the mapped drives on workstations…

Jacob
- 131
- 1
- 3
1
vote
2 answers
Windows 10 search bar and group policies
I'm administrating a Windows 7 (now Windows 10) machine which has one account that is pretty locked down. Users can only start specific programs (via white list in the group policies), have no access to Internet Explorer, no explorer etc. Basically,…

Sonny O'Rullivan
- 11
- 1
1
vote
0 answers
How to configure a PostgreSQL GIN index to support partial matches
I'm currently using a GIN index to do lightening fast full text search queries in PostgreSQL. It works great, with the only exception being it doesn't seem to handle partial-word searches. e.g. Searching for "bob joe" can find the record containing…

Cerin
- 3,600
- 19
- 61
- 79
1
vote
2 answers
OpenLDAP Server nested Group search string
i got a small problem here regarding OpenLDAP. The problem is to search for the member of nested groups.
Lets say i have this construct:
dn=domain,dn=local
ou=people
cn=marvyn (inetOrgPerson)
ou=department
cn=administration…

SkunKz
- 66
- 7
1
vote
3 answers
How do I reinstall the Search/Indexing Feature on Server 2012 R2?
We have trouble with the SearchIndexer on Windows 2012 R2. Microsoft suggests do uninstall the feature and reinstall it.
Where can I do that in Windows Server 2012? Can't find the feature in the feature list.

marsh-wiggle
- 2,145
- 5
- 29
- 45
1
vote
2 answers
Searches in Outlook (exchange server) hang
We are currently using Exchange version 14.3 (Build 123.4).
It seems that every day when I come in users are complaining that search is not working in Outlook (confirmed on my machine). Users are using a variety of Outlook versions, but most are on…

Chris
- 71
- 1
- 8
1
vote
2 answers
Google Mini Search Appliance
HI All,
A friend of mine has a Google Mini-0020 3GHz Search Appliance that he said I can have. I have heard about these, but never put one into production.
What kinds of things can I do with it? (obviously I know about search and indexing…

user14946
- 176
- 6
1
vote
1 answer
Is there an utility for editing the MS Search Server 2008 registry settings?
Microsoft Search Server 2008 and other MS serach products are tuned by editing the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon registry key. Is there an utility for doing the same?

sharptooth
- 2,739
- 4
- 32
- 40
1
vote
0 answers
Is there a good web front end to network shares
My question is an offshoot of this question (Best Pratices for a Network File Share?). I feel like this has to have been asked, but I can't seem to find what I am looking for.
We are prepared to take the scorched earth path to fix our 8 years of…

cylus
- 111
- 1
1
vote
0 answers
Windows Storage Server 2008 Search
Some of my users are having an issue searching on our file server. For some reason they are not able to search past 2 or 3 levels of a subdirectory on the server from their local machine.
For example, If they are trying to find a file in…

xphacterzero
- 21
- 1
- 2
1
vote
1 answer
Get modified date from Windows indexing search
I'm wondering it it is possible to retrieve the file modified date from a windows indexing search.
I'm getting the name of the file with:
objRecordset.Fields.Item("System.ItemName")
And I'm not sure how to check all the properties or fields…

Steve
- 203
- 6
- 13