This is not how searching and indexing in Plone works.
If you want to search for token, you need to create a FieldIndex token and a related indexer that would index the token attribute of priority objects. Same for title which would be a fulltext index.
@AbdallahElYaddak what is the schema definition for your object?
Sounds like you are using some kind of compound field.
I don't think there is an index type that would work out of the box index for this.
If you have custom code on your content type then you can have something like