On 10/8/23 22:33, Waldek Hebisch wrote:
On Mon, Oct 02, 2023 at 04:35:47PM +0800, Qian Yun wrote:
In HyperDoc, when using search functionality, for example:
click "Browse" -> type "Integer" in search bar -> click "Reference"
The result page is sorting matching count by only 1 digit:

The underlying shell command is:

     $FRICAS/lib/hthits Integer $FRICAS/share/hypertex/pages/ht.db  | sort -r
-n -k 1.22

AFAICS this is "off by one" error, sort command should be
sort -r -n -k 1.23


Yes, you are right.  You should commit this change.

- Qian

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/117f3e3d-3876-4796-9d0a-6b2c466c37b6%40gmail.com.

Reply via email to