CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 07:59:27 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=a15dd480-00b7-459c-80a9-668d20a82a3b; expires=Fri, 31 Jul 2026 07:59:27 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 66557142-6dc5-4a54-a85f-57404fe552f2
x-providence-cookie: a15dd480-00b7-459c-80a9-668d20a82a3b
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=p3ACK1cwcAYxn4txySY.p.J2_pYOHqir7rVAab_SZh0-1753948767-1.0.1.1-1OjuubVwjfVtJrrShiMaP03lcLckU1FJsZAu4trzwCKo5gksIHEwfNuEnpDXLo4nzoJHrgEPXZGseFA_KCI0K56ebOxKtAt0qgcHlRdpVtE; path=/; expires=Thu, 31-Jul-25 08:29:27 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49SySG3LigYsiC; SameSite=None; Secure; path=/; expires=Fri, 01-Aug-25 06:59:27 GMT; HttpOnly
set-cookie: _cfuvid=5HfJX0pzaxnm9QpiiTwQnmQWM3rlEAldhTS43nuqOC4-1753948767184-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 967b8e709e036f7a-BLR
content-encoding: gzip
search_excerpt -
Stack Exchange API
Type search_excerpt
Discussion
This type represents a search result row. This type is meant for display and subsequent queries for questions, answers or similar will typically be needed when leaving a "search context".
The equivalent_tag_search field is set if the request would normally be satisified by a redirect on the queried site.
Fields
body
string
item_type
one of
question
, or answer
score
integer
title
string
Fields marked with are included in the default filter, those marked with are excluded in the default filter.
Examples
► Question
{"tags":["google-chrome-app"],"question_score":3,"is_accepted":false,"has_accepted_answer":false,"answer_count":3,"is_answered":true,"question_id":21443236,"item_type":"question","score":3,"last_activity_date":1753948767,"creation_date":1753948767,"body":"I am following the guide here https://github.com/MobileChromeApps/mobile-chrome-apps/blob/master/docs/Installation.md to create a Chrome App that runs on Android. I have everything set up correctly on a Windows 7 machine I think. I can run the cca checkenv and this works fine. But when I go to actually creating the app I get\n\nC:\\Users\\wilblack\\Projects>cca create TestApp --copy-from=C:\\Users\\wilblack\\Projects\\chromeapp_demo\\manifest.json\ncca v0.0.3\n## Checking that tools are installed\nAndroid SDK detected.\nSearching for Chrome app source in C:\\Users\\wilblack\\Projects\\chromeapp_demo\n## Creating Your Application\ncreate TestApp Hello World! Hello World!\nWriting config.xml\nChanging directory to: C:\\Users\\wilblack\\Projects\\TestApp \nplatform add android\nplugin add org.apache.cordova.file\nError: Fetching plugin failed: Error: Cannot find module 'delayed-stream'\n\n\nI think it has something to do with Node.js but I am not sure. Does anyone have any suggestions?\n","excerpt":"\n## Creating Your Application\ncreate TestApp Hello World! Hello World!\nWriting config.xml\nChanging directory to: C:\\Users\\wilblack\\Projects\\TestApp \nplatform add android\nplugin add org.apache.cordova.file\nError … ","title":"Chrome App: When I run cca create I get: Cannot find module 'delayed-stream'"}
► Answer
{"question_score":1,"is_accepted":false,"answer_id":21565252,"is_answered":false,"question_id":21565147,"item_type":"answer","score":0,"last_activity_date":1753948767,"creation_date":1753948767,"body":"This can be solved by approaching it differently...\n\nhttps://jsfiddle.net/MattLo/Nz6BD/\n\nfunction entry () {\n this.title = null;\n this.info = [];\n}\n\nentry.prototype.setInfo = function (info) {\n this.info.push({name: info});\n\n return this;\n};\n\nentry.prototype.setTitle = function (title) {\n this.title = title;\n\n return this;\n}\n\nvar e1 = (new entry)\n .setInfo('foo')\n .setInfo('bar')\n .setTitle('Hello World!');\n\n","excerpt":") {\n this.info.push({name: info});\n\n return this;\n};\n\nentry.prototype.setTitle = function (title) {\n this.title = title;\n\n return this;\n}\n\nvar e1 = (new entry)\n .setInfo('foo')\n .setInfo('bar')\n .setTitle('Hello World!');\n\n … ","title":"Passing multiple objects to constructor function"}
Methods That Return This Type
search/excerpts 2.2
about blog terms of use contact us feedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed under CC BY-SA