Project

General

Profile

Actions

Bug #17558

closed

can not remove stopwords

Added by gregory almost 17 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2007-08-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The feature to add stopwords via the info module works fine but once a stopword is set, one can not remove it.

This is due to the use of checkboxes in the back-end.

In fact checkboxes only send a value to the server when checked, and indeed when you uncheck a stopword to remove it form the list nothing is sent to the server, and thereofre the t3lib_div::_POST('stopWord') array does not contain those empty value.

Firthermore, there is a bug in the PHP when no checkbox is clicked since you try to loop through an empty array (a is_array() test should be useful on this) ;-)

(issue imported from #M6203)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21249: indexed search Unset Stopwords in Backend is not possibleClosed2009-10-12

Actions
Actions #1

Updated by Alexander Opitz about 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.1

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions #3

Updated by Christian Kuhn 3 months ago

  • Related to Bug #21249: indexed search Unset Stopwords in Backend is not possible added
Actions

Also available in: Atom PDF