We're just over halfway through Bug Squashing Week and things are going
great!
You can see the current statistics here:
https://docs.google.com/spreadsheets/d/1RPR5gIL02EiIvsg5vDKLs40rgw0Daqy4_TRWPlqU0WY/edit?usp=sharing
We'll be going through Friday, so there is plenty of time to participate
thi
Hi Jennifer,
> Not there. I think I am looking for a file like this :
> \pending_xact_#.complete
If you search for the file ws_info, you'll likely find files like that
in the same directory, but those are just the local copies of what you
ultimately upload, so while they're good to
That sounds like it should work, there are already other examples where
essentially the same field/xpath is used for each separately. Only applying the
normalizer to the facet field should keep the OPAC looking good while also
keeping the $v in the search indexes.
--
Jason Boyer
MIS Supervisor
Jason, I would really like to leave the series index info in the search index.
It would be nice if staff/customers could do a series search like "Harry Potter
1" to get all the titles for the first harry potter book.
It seems like the issue is that one config.metabib_field entry for Series Titl
Thanks for figuring this out, Josh. I was able to modify our normalizer like so
to continue removing the $v:
BEGIN;
UPDATE config. index_normalizer SET param_count =3 WHERE id IN (SELECT id FROM
config. index_normalizer WHERE func = 'regexp_replace');
UPDATE config.metabib_field_index_norm_map SE
Removing the regex replace normalizer did take care of it, sorry I didn't try
that before posting. I think my regex will have to be more selective, only
getting rid of the number and the ';' so it doesn't clear out too much data.
Josh Stompro - LARL IT Director
From: Open-ils-general
[mailto:
Hello, we have noticed that only the first 490 get indexed for our series
search index. But all 490's get added to the series facet entry.
For example, here is a title with two 490's in mods32 format.
https://egcatalog.larl.org/opac/extras/unapi?id=tag::U2@bre/237592&format=mods32
The second 49