Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I'm trying to search in an announcement list. I want the search to return only items, that aren't expired (ows_Expires >= [today]). I found, that ows_Expires is mapped to a managed property called "ExpirationTime". But I don't get, how I can query this in a KQL search string ... I tried using fixed values or today keyword, always returning 0 results:

ExpirationTime>=today
ExpirationTime>=[today]
ExpirationTime>=2013-01-01
ExpirationTime>=01.01.2013

Is there a way to query for this field?

share|improve this question

1 Answer

Is it the correct property?

I tried it with write<02/28/2013 and this does work for me.

share|improve this answer
1  
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. – Mike Feb 28 at 14:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.