The following query:
SELECT NVP('store = whole foods&&store: ?Bristol farms','store', '&&', '\ =\ :\ ?', 2);
returns 'Bristol farms'.
In this example, occurrence = 2 instructs NVP to search for the second occurrence of 'store'.
The following query:
SELECT NVP('store = whole foods&&store: ?Bristol farms','store', '&&', '\ =\ :\ ?', 2);
returns 'Bristol farms'.
In this example, occurrence = 2 instructs NVP to search for the second occurrence of 'store'.