-
Given this markup
``` html
...
```
And that SCSS
``` scss
@include component(main) {
@include component(module) {
// standard title stay at the left
@includ…
-
In the documentation it says:
```
.addSearch({ foo: ["bar", "baz"] })
// -> ?foo=bar&foo=baz ( duplicate foo twice in the qstring )
```
But I need to produce this:
```
// -> ?foo=bar;baz - …
-
In [cookie.js#L10](https://github.com/AddSearch/js-client-library/blob/ea0d65839f581e2ed702578b668a1442db50d104/src/cookie.js#L10) a document -object is accessed but this might not be available in whi…
-
Hi Nima,
In your atc.c file, atc_addSearch() function you are allocation memory as follows:
`atc->search[atc->searchIndex] = (char*) atc_alloc(strlen(str) + 1);`
However, you do not free the …
-
When I try to search something using the method below I always get this error, could you please help me with that?
I/flutter (27126): zelda
I/flutter (27126): https://api-endpoint.igdb.com/games…
-
When running statamic dynamically, URLs get standardized to no trailing slash. However, when the SSG generates a site, every page is a directory, and webservers treat them this way. Since I'm not runn…
-
**Broken Links for Documentation on FlowExploration**
I'm trying to search the documentation for doing a partial flow analysis. That sent me on the hunt for FlowExploration, but it seems the site i…
-
I get the below error when trying adding import AddSearchClient from 'addsearch-js-client'; to the top of a React file.
This does not occur in V7. Really not sure the issue here.
`Cannot read …
-
-
Currently, it is not possible to print a map with the highlighted feature after using the search feature.
In the case of using the database search functionality (lizmap_search) it might be interest…