Tagged Questions
0
votes
2answers
540 views
FullTextSearch: SPSiteDataQuery on each request vs. caching data and filter in code
I'm implementing a full text search on list contents.
Is it more efficient to fire a SPSiteDataQuery on every request with a dynamically built CAML-Query, to filter the items?
Or is it better to ...
3
votes
2answers
776 views
CAML: Possible to query non existing field?
I'm using SPSiteDataQuery to fetch list contents from 2 different lists.
List A) has the fields CustomField and Title
List B) has only Title
Is it possible to build a (filter) query with ...
0
votes
1answer
208 views
Using SPSiteDataQuery and only getting Items which are searchable
Is there a possibility to get only the items from documentlibrarys where the documentlibrary is searchable. I think the property on the splist is nocrawl.
I found a link where is written that there ...