Services Index node.title search
I was wondering if there is a way to use the default, Services 3.x node resource index action to retrieve nodes through a title search.
For example, if I have a node with the title "Lazy Dog", I'd like to be able to hit http://example.com/endpoint/node?parameters['title']=Lazy and have the node return. I know my example URL won't work as is.
Read moreHow to join Apache Solr docs?
I'm working on a hotel booking websites and I have two content-types which names are hotel and room and each room is a child of a specific hotel (I have made the relationship with Node Reference).
I have used Apache Solr to index and search the contents but because the rooms and hotels are separate content-types they will be index in separate documents (doc) in Apache Solr, so when I want to query something like "Show me hotels which have a room with less than $200 per night", it fails. because price is an attribute of room not hotel, but my search is based on hotels!

