My Old Query was
SELECT ArticleDate, URL FROM SCOPE()
after few encoding I tried to embed the URL in the " I was able to get the correct output
SELECT ArticleDate, URLFROM SCOPE()
SELECT ArticleDate, URL FROM SCOPE()
WHERE CONTAINS(URL, 'http://mritunjay.com/sites/the site/docs/URLTest @/')
after few encoding I tried to embed the URL in the " I was able to get the correct output
SELECT ArticleDate, URLFROM SCOPE()
WHERE CONTAINS(URL, '"http://mritunjay.com/sites/the site/docs/URLTest !@$/"')
No comments:
Post a Comment