displaying top 100 results
comma-delimited list.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4140642
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
, the installer tells me that it needs my password to set up "stat on system init" even though I elected not to.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3118481
External Customer Info:
External Company:
External Customer Name: commadelimited
Tracker Issue Bug 84081:(Watson Migration Closure)Create a query
like this: category="column1 OR column2" (unlike docs, which suggests that it is comma-delimited). Basically, I don't see a way to add multiple categories for Solr.
Method:
Create a query. In CFIndex, enter category="column1", where column1 is any column from the query. Look at data in index. Category
Tracker Issue spreadsheet.addRows() doesn't work with commas in data
of this being an array of arrays, its an array of comma-delimited lists. So it's not possible to insert data values with commas in them.
Any functionality in CFML which accepts a list, must also accept a delimiter. It is a bug to not do so, as it doesn't follow the Principle of Least Astonishment (https
commas in the column headings. CFSpreadsheet throws an exception trying to read these sheets because it is using a comma-delimited list internally and a single distinct column then appears as two in the list (column "a, b" appears to be separate columns "a", "b")
Steps to Reproduce:
Where somefile
for "displayname" and one for "email". IsValid("email") is not useful as a result.
The built-in CFMail function's "To" & "BCC" paramters both currently accept a list of email addresses, but a list of comma-delimited email addresses (plural) doesn't constitute a valid RFC email address (singular). By using