×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Oct 28, 2023 · The standard analyzer will only find you words in the exactly the same form. If you want to find all the different "коровы" when user types "корова" you need to ...
Sep 11, 2023 · I used constraint unique that no category is double with product_id. Then I always get the categories so I make some times queries where I only need the p_id.
Missing: php | Show results with:php
Mar 24, 2024 · The problem is, when I go search my site's url ( https://example.com) it loads the page but it's empty and only if I search ( https://example.com/index) it ...
Oct 2, 2023 · I want to return the index of the value in search. For example when searching for {"Name": "ABC"} it would return the below result. Note: my search is on a ...
Missing: php | Show results with:php
Apr 12, 2024 · I need a way to make the correct Database query as mentioned above like column WHERE LIKE %Hello% AND column WHERE LIKE %Post% but how do I achieve this with ...
Mar 8, 2024 · I have an auto-generated column that stores the body as tsvector in its specific dictionary, depending on the original language. While searching for articles, I ...
Missing: php | Show results with:php
Oct 4, 2023 · First, I'd recommend you start simple. You don't need to create the Elasticsearch index yourself, Hibernate Search can do it. Just remove all configuration ...
Missing: php | Show results with:php
Feb 19, 2024 · You have this code near the top of index.php: if(isset($_SESSION['loggedin']) && $_SESSION['loggedin'] === true){ header('Location: index.php'); exit; }.
Dec 11, 2023 · I am trying to replace text, matching a specific regex, by a footnote with this text.
Missing: php | Show results with:php
Jun 4, 2023 · I have two indexes where two types of data are stored in OpenSearch. Index: questions. id; questionText; studentId. Index: bookmarks. questionId; studentId.
Missing: php | Show results with:php