WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Dynamic search results

for

Number of posts in this thread: 5 (In chronological order)

From: J Vine
Date: Tue, Mar 01 2016 6:48PM
Subject: Dynamic search results
No previous message | Next message →

Hello all,

We are looking at vendor services for searching articles in an academic library. One of the options is a federated search, which means that the service goes out and searches several sources at once, and fills in the results as the sources respond.

There are some examples here: http://www.deepwebtech.com/...product-trial/try-it-now/ When you do a search, the results page shows articles from the first few sources, then adds tabs and updates counts as sources respond, and eventually pops up a dialog giving the total number found, with the option to refresh the result list to show all articles.

There are all kinds of issues with the results pages - document structure, alt text, form labels, mostly easy to fix. What I'm wondering about is how challenging it would be to make the dynamic updating in multiple locations really usable for a screen reader.

Is anyone aware of a site that does something like this effectively? (I mean the dynamic updating, in any context.)

Thanks,

Jennifer Vine
UX Designer
Digital Library Systems & Services
Stanford University Libraries

From: Thad C
Date: Tue, Mar 01 2016 8:22PM
Subject: Re: Dynamic search results
← Previous message | Next message →

Hi Jennifer,

I have typically shied away from responding for fear of giving bad advice
but here is my take on what I am seeing based on a test.

It looks like when the initial notification of the "Additional Results"
dialog displays, the DOM has already rendered. I would say as long as you
are indicating to the user that there is a waiting period by identifying
the presence and updates made by the progress bar to AT and then reading
the dialog pop-up when it appears, that if you make all the elements in the
DOM accessible there is no issue because it looks like the content has
stopped updating at that point and is static. The user then has the option
to "Add Results". There is a spinner icon whose progress should be
announced to AT. It again appears that there is a specific time that the
DOM updates and a time that it stops updating and becomes static. I didn't
see in my test any live areas or AJAX updates after content updates were
initiated by the user.

Hope that helps.

On Tue, Mar 1, 2016 at 5:48 PM, J Vine < = EMAIL ADDRESS REMOVED = > wrote:

> Hello all,
>
> We are looking at vendor services for searching articles in an academic
> library. One of the options is a federated search, which means that the
> service goes out and searches several sources at once, and fills in the
> results as the sources respond.
>
> There are some examples here:
> http://www.deepwebtech.com/...product-trial/try-it-now/ When you do a
> search, the results page shows articles from the first few sources, then
> adds tabs and updates counts as sources respond, and eventually pops up a
> dialog giving the total number found, with the option to refresh the result
> list to show all articles.
>
> There are all kinds of issues with the results pages - document structure,
> alt text, form labels, mostly easy to fix. What I'm wondering about is how
> challenging it would be to make the dynamic updating in multiple locations
> really usable for a screen reader.
>
> Is anyone aware of a site that does something like this effectively? (I
> mean the dynamic updating, in any context.)
>
> Thanks,
>
> Jennifer Vine
> UX Designer
> Digital Library Systems & Services
> Stanford University Libraries
> > > > >

From: deborah.kaplan@suberic.net
Date: Tue, Mar 01 2016 9:53PM
Subject: Re: Dynamic search results
← Previous message | Next message →

I did an accessibility review of a whole slew of ILS and Next Gen systems about five years ago, most of which had some federated search. It will be five years out of date, but if you want, I can write to my old colleagues and see if I can get a copy of that review.

Deborah Kaplan


On Wed, 2 Mar 2016, J Vine wrote:

> Hello all,
>
> We are looking at vendor services for searching articles in an academic library. One of the options is a federated search, which means that the service goes out and searches several sources at once, and fills in the results as the sources respond.
>
> There are some examples here: http://www.deepwebtech.com/...product-trial/try-it-now/ When you do a search, the results page shows articles from the first few sources, then adds tabs and updates counts as sources respond, and eventually pops up a dialog giving the total number found, with the option to refresh the result list to show all articles.
>
> There are all kinds of issues with the results pages - document structure, alt text, form labels, mostly easy to fix. What I'm wondering about is how challenging it would be to make the dynamic updating in multiple locations really usable for a screen reader.
>
> Is anyone aware of a site that does something like this effectively? (I mean the dynamic updating, in any context.)
>
> Thanks,
>
> Jennifer Vine
> UX Designer
> Digital Library Systems & Services
> Stanford University Libraries
> > > > --

From: J Vine
Date: Wed, Mar 02 2016 12:32PM
Subject: Re: Dynamic search results
← Previous message | Next message →

Thad,

Thank you - this does help, as I wasn't sure how to even think about the problem.

Jennifer


> On Mar 1, 2016, at 7:22 PM, Thad C < = EMAIL ADDRESS REMOVED = > wrote:
>
> Hi Jennifer,
>
> I have typically shied away from responding for fear of giving bad advice
> but here is my take on what I am seeing based on a test.
>
> It looks like when the initial notification of the "Additional Results"
> dialog displays, the DOM has already rendered. I would say as long as you
> are indicating to the user that there is a waiting period by identifying
> the presence and updates made by the progress bar to AT and then reading
> the dialog pop-up when it appears, that if you make all the elements in the
> DOM accessible there is no issue because it looks like the content has
> stopped updating at that point and is static. The user then has the option
> to "Add Results". There is a spinner icon whose progress should be
> announced to AT. It again appears that there is a specific time that the
> DOM updates and a time that it stops updating and becomes static. I didn't
> see in my test any live areas or AJAX updates after content updates were
> initiated by the user.
>
> Hope that helps.
>
> On Tue, Mar 1, 2016 at 5:48 PM, J Vine < = EMAIL ADDRESS REMOVED = > wrote:
>
>> Hello all,
>>
>> We are looking at vendor services for searching articles in an academic
>> library. One of the options is a federated search, which means that the
>> service goes out and searches several sources at once, and fills in the
>> results as the sources respond.
>>
>> There are some examples here:
>> http://www.deepwebtech.com/...product-trial/try-it-now/ When you do a
>> search, the results page shows articles from the first few sources, then
>> adds tabs and updates counts as sources respond, and eventually pops up a
>> dialog giving the total number found, with the option to refresh the result
>> list to show all articles.
>>
>> There are all kinds of issues with the results pages - document structure,
>> alt text, form labels, mostly easy to fix. What I'm wondering about is how
>> challenging it would be to make the dynamic updating in multiple locations
>> really usable for a screen reader.
>>
>> Is anyone aware of a site that does something like this effectively? (I
>> mean the dynamic updating, in any context.)
>>
>> Thanks,
>>
>> Jennifer Vine
>> UX Designer
>> Digital Library Systems & Services
>> Stanford University Libraries
>> >> >> >> >>
> > > >

From: J Vine
Date: Wed, Mar 02 2016 12:38PM
Subject: Re: Dynamic search results
← Previous message | No next message

Hi Deborah,

If there are no confidentiality issues involved, I'd love to see it! Thanks.

Jennifer

> On Mar 1, 2016, at 8:53 PM, = EMAIL ADDRESS REMOVED = wrote:
>
> I did an accessibility review of a whole slew of ILS and Next Gen systems about five years ago, most of which had some federated search. It will be five years out of date, but if you want, I can write to my old colleagues and see if I can get a copy of that review.
>
> Deborah Kaplan
>
>
> On Wed, 2 Mar 2016, J Vine wrote:
>
>> Hello all,
>>
>> We are looking at vendor services for searching articles in an academic library. One of the options is a federated search, which means that the service goes out and searches several sources at once, and fills in the results as the sources respond.
>>
>> There are some examples here: http://www.deepwebtech.com/...product-trial/try-it-now/ When you do a search, the results page shows articles from the first few sources, then adds tabs and updates counts as sources respond, and eventually pops up a dialog giving the total number found, with the option to refresh the result list to show all articles.
>>
>> There are all kinds of issues with the results pages - document structure, alt text, form labels, mostly easy to fix. What I'm wondering about is how challenging it would be to make the dynamic updating in multiple locations really usable for a screen reader.
>>
>> Is anyone aware of a site that does something like this effectively? (I mean the dynamic updating, in any context.)
>>
>> Thanks,
>>
>> Jennifer Vine
>> UX Designer
>> Digital Library Systems & Services
>> Stanford University Libraries
>> >> >> >> >
> --
> > > >