Is it possible to have multiple fields with same name in Appengine Search service?
Why would i need this? An example if the document is a newspaper page and it consists of single news, I would create fields story, title, author. It would work great and i would be able to query documents with title:"something", author:"something else", but what when you have multiple stories on the same page? Multiple titles?
If i create fields with names "title1", "title2" .. i'm unable to search with the query title:"something"
If i put all titles in the same "title", when i search title, i'll get mixed results
If this is a stupid idea, or if this isn't possible, can someone recommend a better way to solve this?