Closed (duplicate)
Project:
Services Views
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2013 at 23:06 UTC
Updated:
26 Aug 2015 at 03:27 UTC
Jump to comment: Most recent
Comments
Comment #1
nd987 commentedI think this is very important. For example, I'm trying to put a node's taxonomy term tid into my api, but it's impossible without Rewrite, since Views doesn't natively expose the tid as a format. Only alternative I can see is to write your own Service module :(
Comment #2
pau1_m commentedThis may be a duplicate.
Answer here http://drupal.org/node/1666244#comment-6182424
Comment #3
nd987 commentedIt's basically the same issue, but the solution from that issue is not good enough for the long term. If Services is going to have tight Views integration like this, it should work with the standard Views functionality as far as possible, IMO. Having to hunt around and figure out you have to write your own PHP field to change anything isn't a solution, especially when you can use rewrites on everything else.
I know there must be technical hurdles, but I think they are worth working out.
Comment #4
dippers commentedTry my patch 2b in #1917032: Search API with Services Views which should render all fields with rewrite handlers.
Comment #5
Exploratus commentedI agree with nd987.
I applied patch #14 from https://drupal.org/node/1917032 and now I was able to see the results from "Rewrite the output of this field".
Thanks!
Comment #6
kylebrowning commented