kolczak
kolczak

Reputation: 211

Indexing app locally and displaying results in Google Search

I was reading about indexing API presented on Google IO 2014 (developers.google.com/app-indexing/webmasters/appindexingapi). One feature I am missing there (or couldn't find it) is local app indexing.

I will use example: I want to search my local content specific for me. I create an app where every user has different data. Just like notes from Google Keep or Evernote. I would like to expose data to google search just for that phone.

Am I right that it is not possible in current stage? Any ideas if Google will do it in the future?

Regards, Konrad

Upvotes: 5

Views: 533

Answers (1)

Bracadabra
Bracadabra

Reputation: 3659

I think this can be accomplished by implementing a search interface and setting includeInGlobalSearch flag in searchable.xml. But in 4.4 this option was removed.

Upvotes: 1

Related Questions