Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello, in a view I have a column with entity reference field that displays me the Description.
In the exposed filter I put the same field (it shows me as textfield and machina name field_required_target_id). In order to filter the data, I have to write the id of the entity reference.
The choice has to be made by description and in, views_exposed_form I transform the field field_requiring_target_id, from type->textfield to type->entity_autocomplete
When I perform the search, the field turns out to be linked with the description and filters my movements well.
Hi my site is running fine on multi server databases(2). Now there is a requirement in which 1 need to run a join query(3 joins) in that I need to get 1st and 3rd joins record from server1 db and 2nd join record from server2. I am not understanding how I can run such a query. Need you help.