1
vote
3answers
70 views

Search query with contains

Is it possible with either KQL or FQL to query for title:*or* and get back items where the tile is e.g "A.B.PZ.3_MS_Form" ? Another query would be title:*PZ*. Background: I have a custom advanced ...
0
votes
0answers
62 views

Any Way to Crawl User Id's for Checked Out To and Modified By users (SP2010/FAST)?

There's an Author UserId crawled property that supplies the SharePoint user id for a document author. I'm looking to somehow get access to the userId for the Checked Out To and Modified By users in ...
1
vote
4answers
378 views

HTML content from crawled properties in SP Site

I've been working on a step for F4SP 2010, where I had to get the HTML content from the Site crawled of Sharepoint, and get a div into it. My question is not how to do that. I have the main problem ...
1
vote
1answer
104 views

WebPart which displays a list with information about pages: What is the best way to search/filter this list

I have a webpart, which displays a list with information (title, creation date) about publishing pages under the current web site. Above this list there should be a search form (filter) to search ...