- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2016 02:06 PM
Can you search all incident fields for keywords (full text search) via the rest api? Is there another way to do full text search from outside servicenow?
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2016 08:34 PM
I was just in a meeting with some folks from Service-Now about the needs I was having to do search. There is no restful api to the global search. They said they appreciated the feedback, but gave no details as what or when anything would be available. With that being said the best you are going to get is to do keyword gliderecord calls. However, that doesnt give you a way to order by best match.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2016 08:34 PM
I was just in a meeting with some folks from Service-Now about the needs I was having to do search. There is no restful api to the global search. They said they appreciated the feedback, but gave no details as what or when anything would be available. With that being said the best you are going to get is to do keyword gliderecord calls. However, that doesnt give you a way to order by best match.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2016 09:49 AM
This is essentially what I was told as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2016 09:49 AM
You can now use the logic in the Service Portal widget "Search Page" to use the search system. I've logged a documentation request here:
Document Search API · Issue #97 · service-portal/documentation · GitHub
So still no Search API but the script needed to perform a search properly is all there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2017 05:33 AM
Have we had any movement on this. The GitHub link is dead. I am looking in Jakarta and the search widget is pretty much exactly what I want to have, but via the API. I am assuming that just didn't implement the search in the API yet.
Given that is likely the case, can we sort of spoof a widget externally any way?