Questions tagged [search]

205 questions
0
votes
1 answer

Can translation of user interface and list names be disabled in a multilingual Sharepoint site?

I'm in the process of configuring Microsoft Office Server Search for a Sharepoint web site. The web site needs multilingual support, so for indexing and search queries to work properly we need to install the language packs for each supported…
0
votes
2 answers

Using GREP to Find Text in Files

I'm trying to use grep to find a specific line of PHP code I know for certain is present in several files, but all I get back is an empty result. Please advise on how I need to modify my grep query: sudo grep -ilr 'if (isset($_COOKIE["id"]))…
GTS Joe
  • 199
  • 2
  • 10
0
votes
1 answer

301 or 302 redirect for site which will have no content for a year?

I have a domain which will not have any actual content for a year or maybe more, and I want to redirect for the time being. Should I opt for a 301 or 302 redirect? The site is for an academic research project, and the redirect will point to an…
ChrisM
  • 3
  • 1
0
votes
1 answer

Windows Search in Outlook 2013 on Remote Desktop Service Windows Server 2012R2

I have a single server that runs Windows 2012 R2 (installed on a HP Proliant ML350 g8 with 16Gb or ram). The server owns : Active Directory and RDS desktops. I know that's not the best pratice but for 7 clients I won't use two servers... Anyway…
0
votes
0 answers

Can I file search the entire Windows domain?

Servers: Windows 2008r2. Workstations: Windows 7 Pro. My company runs MasterCAM as it's 2D CAM package on the shop floor. We are in the process of planning an x6 to x9 upgrade. One of our problems is the disorganization of Tool Libraries on…
Albion
  • 465
  • 2
  • 6
  • 16
0
votes
1 answer

Keyword search of Existing Registered Domains?

I want to be able to search for domains by keyword. I've been looking for tools to do this of course and all that ever pops up are tools to help you register a domain and give you possible suggestions if that one is taken. That is no help. Let's…
dcmbrown
  • 305
  • 1
  • 3
  • 12
0
votes
1 answer

Strange results in windows search

The other week, I was doing a security audit on my exchange server and at one stage I utilized the windows search functionality. Whilst querying some bits in the search function I run up some strange results in the display pane. A screenshot of my…
Jake
  • 101
  • 2
  • 7
  • 11
0
votes
2 answers

Google mini ignoring sitemap

I'm in the processing of setting up a Google Mini device to index our site which has a lot of dynamically generated content. I've created a dynamic site.map file which lists all of the dynamic URL's. This is currently being indexed by Google but…
Dave Barker
  • 111
  • 2
0
votes
1 answer

Why is my SharePoint people search WorkEmail property blank?

I have an SSP setup for my site and I am trying to get the presence bubble working correctly. However, I cannot get the people search core results webpart to display the workemail. I have output the raw xml into my people search core results xslt…
Nat
  • 345
  • 1
  • 9
0
votes
1 answer

How to speed up Outlook 2007 / Exchange 2003 mail searches?

Our current setup is the Outlook 2007 client connected to an Exchange 2003 server. We run the client on 2K3 terminal servers and have disabled PST files. There is quite a large volume of emails stored in any one folder, per user. I'd like to improve…
Digital ink
  • 500
  • 1
  • 10
  • 23
0
votes
1 answer

Is there a tool for indexing a directory in order to perform cheap content search? (hashing by word, for example)

I am often using grep -R on an entire directory tree to find all files that contains a specified word. I wonder if there is a tool that makes the whole operation much faster, maybe via hashing? (Unix systems!). Even better if it exists to optimize…
fstab
  • 111
  • 3
0
votes
1 answer

Opensearch Connector for SharePoint 2013 Foundation not returning any results

I want to connect the SharePoint search to the local windows 7 search via an opensearch connector. But when I search for something it always return no results but the search on wbsite link works. The contents of my .osdx file are as follows:
phenom135
  • 107
  • 1
  • 4
  • 13
0
votes
6 answers

How to recursively search and replace from command line on unix/linux system

So I want to change several files at one with one command. This is what I have so far: find -regex ".*\.ext$" | xargs grep -l searchText 2> /dev/null | xargs -i sed 's/searchText/replaceText/' > {}.new What it does: I find files with extension ext,…
Keith Bentrup
  • 719
  • 3
  • 8
  • 19
0
votes
1 answer

Why does Windows 2012 search work like this?

Here is a search for "XA": http://picpaste.com/b934e893ca7d05d1c3e7dca9b0324f9f.png Search results are fine - note the first hit. Now search on "XA01" and nothing is returned: http://picpaste.com/864abea48ff1fa9b857917d404bca252.png Search on…
Rob Nicholson
  • 1,707
  • 8
  • 29
  • 56
0
votes
1 answer

Sharepoint Crawler is denied access to sites

We create all our site collections programatically with a custom site def/template. Everything works as expected, except for the crawler. It's apparently denied access to the sites. The crawl logs…
noocyte
  • 194
  • 10