Fabian Marz

Results 16 comments of Fabian Marz

Just some short notes on how I managed to set up autosuggest on EP 3.3: **Endpoint URL**: `/ep-autosuggest` **Nginx Config:** ```conf location /ep-autosuggest { # only allow POST requests limit_except...

@ocountry, unfortunately I'm not familiar with AWS and thus cannot point out how to fix it. Is ES AWS running on nginx solely or is it used as proxy with...

I don't think I'm the right person to talk to as I haven't used this framework in a long time, sorry!

@shirobrak, thanks for your work on this project/action! I was trying to setup code suggestions for PHPCS and the following is the only way I got them working: `php ./vendor/bin/phpcs...

@mxhaupt, I'm encountering the same issue. Could you please provide your custom loader and how you implemented this? Thanks in advance 👍