I have lost f_search param somewhere

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
rungis
Posts: 14
Joined: 23 Oct 2019, 12:14

I have lost f_search param somewhere

Post by rungis » 21 Nov 2019, 17:00

Hi everybody,
I have lost f_search param somewhere inside Aimeos ((.

I got the GET, OPTIONS requests alike
suggestions.json?ai%5Bcontroller%5D=Catalog&ai%5Baction%5D=suggest&ai%5Bf_search%5D=ziet or
/list/?ai%5Bf_search%5D=fsdfsd

inside the Aimeos extentions I saw numerous statements $view->param( 'f_search' ) are trying to get f_search but It always empty. I can't find out where is the place my $view went wrong way and while .

please , help me for god's sake.
TYPO3 Version 10.4.12
Aimeos 20.10.5
Webserver nginx/1.15.9
PHP Version 7.3.13-1+ubuntu19.04.1+deb.sury.org+1
Database (Default) MySQL 5.7.28
Operating System Linux 5.0.0-38-generic

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: I have lost f_search param somewhere

Post by aimeos » 23 Nov 2019, 08:24

Hard to say. Check in the Aimeos HTML client code if the "f_search" parameter is really available at the beginning:
https://github.com/aimeos/aimeos-typo3/ ... w.php#L187
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply