Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 756
kolczak Avatar asked Nov 10 '22 03:11

kolczak


1 Answers

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.

like image 112
Bracadabra Avatar answered Nov 14 '22 23:11

Bracadabra