-
```
Add generic view that handles search form submission and return results
```
Original issue reported on code.google.com by `daevaorn` on 22 Feb 2009 at 10:23
-
### Problem
See background in #18 and #478.
`URLSearchParams` was designed, not to hold URL query data, but instead to hold `application/x-www-form-urlencoded` data, i.e. the data that is sent t…
-
It should be possible to search for types implementing/using a particular specialization of a generic, as these specializations are already broken down and available either in the prototype/declaratio…
-
I am trying to implement a search for very structured data (university class codes with semesters and professors, like `CS 500 Fall 2022 Smith, John`). The schema separates each of the components of t…
-
It should be possible to have an overview of features by filtering for them with something like "avif, popover, ..."
-
The queries based on the MWE canonical form ' iemand zal de gordiaanse knoop doorhakken' and 'iemand zal de Gordiaanse knoop doorhakken' fail because the parser gives as lemma for 'gordiaanse' en 'Go…
-
### ArcadeDB Version: 23.3.1
### JDK Version: OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode)
### OS: macos 13.3 (22E252)
### Expected behavior
*(I've done all of the …
-
We support JSON Pointer, but we should support JSON Path. It is more work, but also more useful.
Currently, a limited subset of JSONPath is supported, see https://github.com/simdjson/simdjson/pull/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Loading entities in some `Testing` context leads to an exception.
E.g. the example b…
-
Hey,
I ran into trouble searching for URLs.
In my model I have:
``` ruby
class Company < ActiveRecord::Base
include PgSearch
pg_search_scope :search,
:against => [ [:original_n…