Skip to main content
47
results
Andrew Fletcher
Working in Lando and you have hit the situation where you need to view the log files.  Where?  How? Lando has several log layers to assist in diagnosing many of the issues you might encounter.   Install Logs Failed installation?  Find logs in the following locations: macOS - /var/log/install.log Linux - Differs per system but check common apt or dnf/yum logs  Runtime Logs Runtime?  Check: macOS/LINUX - ~/.lando/logsThere should be core lando logs called...
Andrew Fletcher
Changes in your .env file Connecting your app to the new environment you need to...
Andrew Fletcher
Have you tried adding custom synonyms to Solr on Drupal? How did you go? What do...
Andrew Fletcher
We are going to work through two methods of creating the SOLR cores. Variables...
Andrew Fletcher
Adding basic security to your server, requires altering the security.json...
Andrew Fletcher
What am I setting out to achieve? I want to meet the following requirements: Boolean operators in the search.  Tested against the following terms abalone NOT salmon – 1159 abalone -salmon – 1159 abalone AND salmon – 478 abalone +salmon – 1195 abalone OR salmon – 2316 abalone || salmon – 2316 Phrases in quotations marks - this time to be tested against "of this stimulates an interest in the sea and a love for the marine environment" – 1 of this stimulates an interest in the sea and a...
Andrew Fletcher
Having Drupal Solr Search APi running, I thought adding synonyms to the mix...
Andrew Fletcher
Like many devs at the moment, looking for log4j2 on your server... how to...
Andrew Fletcher
Adding Solr config zip (ie. solr_8.x_config.zip) to your remote...
Andrew Fletcher
Steps to get the Solr date range widget working.   Steps Enable the Facets...
Andrew Fletcher
Following is a series of steps to install Tika and have it running for your Solr Search API Attachments. Java is it running on your server To begin you must have Java installed on your server/machine.  To check if Java is installed use the command java -versionPerforming the above command will output something similar to: openjdk version "1.8.0_292" OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10) OpenJDK 64-Bit Server VM (build 25.292-b10, mixed...
Andrew Fletcher
How to apply a gradient tint over a background image? Set the background...
Andrew Fletcher
Working on formatting the date in Xcode, and you come across the situation where...
Andrew Fletcher
Adding a floating decimal point for n number of places is quite easy to achieve....
Andrew Fletcher
During the process of building the app, there are warnings about the code....