Needs review
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 19:36 UTC
Updated:
1 May 2019 at 14:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerWorks fine and looks fine.
Comment #2
merlinofchaos commentedCommitted to 3.x branches in 6.x and 7.x
Comment #4
dagmarSorry for re-opening this. I have uploaded a new version of the patch for #1027458: Allow to use multiple arguments with spaces and I realized that there is a problem if the original link contains a dash. This simple patch fix this problem.
Comment #5
tim.plunkettTriggering the testbot.
Comment #6
schildi commentedComing from http://drupal.org/node/1446644 in the hope that the as duplicate marked issue will be solved by the patch offered here. Installed is 7.x-3.x-dev and the last patch by dagmar.
I made some checks and got the results described below:
Rheinisch-Bergischer Kalender
biblio.biblio_secondary_title
= 'Rheinisch-Bergischer Kalender'
Rheinisch-Bergischer Kalender
biblio.biblio_secondary_title = 'Rheinisch Bergischer Kalender'
Rheinisch-Bergischer Kalender
biblio.biblio_secondary_title = 'Rheinisch-Bergischer Kalender'
Rheinisch-Bergischer Kalender,Rheinisch-Bergischer Kalender
biblio.biblio_secondary_title = 'Rheinisch-Bergischer Kalender,Rheinisch-Bergischer Kalender'
Rheinisch-Bergischer Kalender
biblio.biblio_secondary_title IN ('Rheinisch', 'Bergischer', 'Kalender')
Rheinisch-Bergischer Kalender,Rheinisch-Bergischer Kalender
biblio.biblio_secondary_title IN ('Rheinisch Bergischer Kalender', 'Rheinisch Bergischer Kalender'
is this the expected result?
Comment #7
andersiversen commentedI don't think this issue is solved yet is it?
When I try to send multiple values to the view with one argument from for example Panels or Quicktabs it fails - the view is empty.
I've tried value0+value1 and also value0%2Bvalue1 to make it url-friendly - though I don't think it sees the argument as an url when sending the argument from panels or quicktabs.
I've also tried simply writing it in the url with a views page taking an argument from the url and setting the contextual filter to allow multiple values.
As a side note: under admin/config/search/path/settings -> punctuation one should set it to "no action" at the plus sign - I guess. I have.
Comment #8
dawehnerThis patch somehow depens on the other patch to work as expected, lets wait for #1671174: Add access check when using "Output this field as a link"
Comment #9
sokrplare commented@dawehner - I'm wondering if you meant to link to #1027458: Allow to use multiple arguments with spaces instead? Aside from patching the same file, I don't see how the one you linked to would be related to this patch as it is a different feature and code section, but maybe I'm missing something?
Comment #10
dawehnerYeah you are right, that is the other issue i wanted to link.
I guess/hope it is fine to accept the problem of two spaces being replace with "--" and so they will be treated as "-" at the end?
At least we should be honest and explain what we are doing, see patch.
Comment #11
chris matthews commentedThe 4 year old patch in #10 to views_handler_field.inc does not apply to the latest views 7.x-3.x-dev and if still relevant needs to be rerolled.
Comment #12
andrew answer commentedPatch rerolled.