blacklight_advanced_search 8.0.0.alpha1 → 8.0.0.alpha2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +0 -1
- data/README.md +3 -3
- data/VERSION +1 -1
- data/lib/blacklight_advanced_search/redirect_legacy_params_filter.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59198eb4fdf853ede08ae5f3511341a98c81c83080daf40e757e9232af860dea
|
4
|
+
data.tar.gz: 225901fe9571fe867a36c198e4cf0366b62ab13b81bcf57f8a0fb9e5e7734fd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bbfbd5f818a220bddd0acc60fceee62ca50f6c538dff9274a7defe410e2adfe4215269df4ad4df1c04e496214d3effd7a7d9139d98206bfad6bb6e8832584fa
|
7
|
+
data.tar.gz: 180e2984ff0c3afcc2ec09b2ec799e5b279f28518ea4cc028a5eb63503ac95ac55bd4613996a7c7221c1a9b4d4f9e75d204f93741161acbdfb2ffe616da5e997
|
data/.github/workflows/ruby.yml
CHANGED
data/README.md
CHANGED
@@ -192,12 +192,12 @@ in likely ways. For one example, see the wiki page on [Adding a range limit to
|
|
192
192
|
|
193
193
|
The code for mapping a user-entered query to a Solr query is called "nesting_parsing", and maps to a 'lucene' query parser query, with nested 'dismax' query parser queries.
|
194
194
|
|
195
|
-
Some technical details can be found in the nesting_parsing README: [https://github.com/projectblacklight/blacklight_advanced_search/tree/
|
195
|
+
Some technical details can be found in the nesting_parsing README: [https://github.com/projectblacklight/blacklight_advanced_search/tree/main/lib/parsing_nesting]
|
196
196
|
|
197
197
|
You may also find the rspecs for parsing a user-entered query and converting it to Solr illumnating:
|
198
198
|
|
199
|
-
1. Converting user-entered query to Solr: [https://github.com/projectblacklight/blacklight_advanced_search/blob/
|
200
|
-
2. Parsing user-entered query to internal syntax tree: [https://github.com/projectblacklight/blacklight_advanced_search/blob/
|
199
|
+
1. Converting user-entered query to Solr: [https://github.com/projectblacklight/blacklight_advanced_search/blob/main/spec/parsing_nesting/to_solr_spec.rb]
|
200
|
+
2. Parsing user-entered query to internal syntax tree: [https://github.com/projectblacklight/blacklight_advanced_search/blob/main/spec/parsing_nesting/build_tree_spec.rb]
|
201
201
|
|
202
202
|
## Running tests
|
203
203
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
8.0.0.
|
1
|
+
8.0.0.alpha2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight_advanced_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.0.0.
|
4
|
+
version: 8.0.0.alpha2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rochkind
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-07-
|
12
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: blacklight
|