How to filter custom managed property with REST api

I'm using Oracle Database and table consist of Title,Description,Language columns. Using BCS and creating BDCM file, I'm able to get all the data from Oracle Database. I could make managed properties (owsCusTitle,owsCusDESCR,owsLanguage) and link this to the crawled property and everything is OK. Now in my application, I'm showing data using search rest API like this:

http://mk3.spha.com/sites/search/_api/search/query?rowlimit=5&selectproperties='owsCusTitle,owsCusDESCR'&sourceid='a3dcf0d0-a1fe-409e-bb84-f407fc4b6be2'&querytext='title:"man*"'

But there are many records with owsCusTitle column as blank. I don't want to show those records. Is there any way to filter custom managed property in the query itself ?
September 4th, 2015 8:08am

Here is an example of a query with sort using Rest api:

_api/search/query?querytext='Application+Development'&sortlist='FirstName:descending'&sourceid='b09a7990-05ea-4af9-81ef-edfab16c4e31'&clienttype='ContentSearchRegular'

Free Windows Admin Tool Kit Click here and download it now
September 4th, 2015 4:43pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics